From 28d26fb894cffe139a34dddd651194913ae5bfd4 Mon Sep 17 00:00:00 2001 From: zoujing Date: Tue, 14 Oct 2025 19:54:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../index/components/chat/ChatCardAi/styles/index.scss | 2 +- src/pages/index/components/chat/ChatCardMine/index.vue | 2 +- .../index/components/chat/ChatCardMine/styles/index.scss | 9 ++------- .../index/components/chat/ChatMoreTips/styles/index.scss | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/pages/index/components/chat/ChatCardAi/styles/index.scss b/src/pages/index/components/chat/ChatCardAi/styles/index.scss index 3004fd7..a450ce5 100644 --- a/src/pages/index/components/chat/ChatCardAi/styles/index.scss +++ b/src/pages/index/components/chat/ChatCardAi/styles/index.scss @@ -6,7 +6,7 @@ .chat-ai { margin: 6px 0; - padding: 0 12px; + padding: 0 20px; // 消息内容的内边距 左右20px min-width: 100px; max-width: 100%; // ✅ 限制最大宽度 overflow: hidden; // ✅ 超出内容被切掉 diff --git a/src/pages/index/components/chat/ChatCardMine/index.vue b/src/pages/index/components/chat/ChatCardMine/index.vue index b24b0b2..3121443 100644 --- a/src/pages/index/components/chat/ChatCardMine/index.vue +++ b/src/pages/index/components/chat/ChatCardMine/index.vue @@ -1,5 +1,5 @@