From 485176128bc0eff5fd3ade5ca3fc50661655d341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sat, 23 Aug 2025 16:04:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=A8=A1=E5=9E=8B=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A0=B7=E5=BC=8F=E7=BB=9F=E4=B8=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AIchat.vue | 1 + src/views/AiEmotion.vue | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/AIchat.vue b/src/views/AIchat.vue index d54adf8..642d2ca 100644 --- a/src/views/AIchat.vue +++ b/src/views/AIchat.vue @@ -4973,6 +4973,7 @@ p { align-items: center; margin-right: 5px; justify-content: flex-end; + padding: 0 20px; } .user-sendTime { diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index b2ef2f6..40d19c1 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -4429,10 +4429,9 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl /* AI消息容器样式 */ .ai-message-container { background-color: #f1f1f1; - border-radius: 15px; + border-radius: 10px; align-items: flex-start; margin-right: auto; - max-width: 80%; width: 100%; white-space: normal; overflow: visible; @@ -4519,6 +4518,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl overflow: visible; align-items: center; display: flex; + margin: 10px 20px; } .input-container { @@ -5179,7 +5179,6 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl .ai-message-wrapper { display: flex; justify-content: flex-start; - max-width: 80%; } /* 顶部锚点样式 */