From b4474927b1e08df2d793906b8a158e3c37c4fe10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 15 Aug 2025 17:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E7=AC=AC=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=A4=B1=E8=B4=A5=E7=9A=84=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD=E5=AE=BD=E5=BA=A6=E8=B6=85=E5=87=BA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index ed43dae..2ac5a05 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -4273,7 +4273,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat"]); text-align: left; margin-right: auto; /* 将AI消息保持在左边 */ - white-space: nowrap; + /* white-space: nowrap; */ width: fit-content; overflow: visible; align-items: center;