From 5b852235b9ab908d9fc11f9e7819b1350a718644 Mon Sep 17 00:00:00 2001 From: zoujing Date: Mon, 1 Sep 2025 18:53:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B6=88=E6=81=AF=E7=9A=84=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E7=9A=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/ChatCardAI.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/chat/ChatCardAI.vue b/pages/chat/ChatCardAI.vue index 6da762a..95b8184 100644 --- a/pages/chat/ChatCardAI.vue +++ b/pages/chat/ChatCardAI.vue @@ -72,7 +72,7 @@ watch( .chat-ai { margin: 6px 12px; padding: 0 12px; - + max-width: 100%; // ✅ 限制最大宽度 min-width: 90px; background: rgba(255, 255, 255, 0.4); box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1); @@ -86,6 +86,7 @@ watch( display: flex; align-items: center; padding: 4px 0; + max-width: 100%; // ✅ 限制最大宽度 } .loading-img {