diff --git a/src/views/AIchat.vue b/src/views/AIchat.vue index 1e176b6..779405b 100644 --- a/src/views/AIchat.vue +++ b/src/views/AIchat.vue @@ -1178,7 +1178,7 @@ watch( class: "ing", type: "ing", flag: flag, - content: aiContent, + content: AIcontent, }); chatStore.isLoading = false; @@ -5088,7 +5088,7 @@ p { .ai-message-content { display: flex; align-items: center; - white-space: nowrap; + /* white-space: nowrap; */ width: fit-content; overflow: visible; }