From f0242c88b9c0a605b1f4db9d3cce44613fa8060f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sun, 17 Aug 2025 16:13:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=80=9D=E8=80=83=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E5=AF=B9=E8=AF=9D=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 8f69ddc..38f8194 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -4090,11 +4090,10 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl background-color: #f1f1f1; border-radius: 15px; align-items: flex-start; - gap: 10px; margin-right: auto; - /* max-width: 80%; */ + max-width: 80%; + width: 100%; white-space: normal; - width: fit-content; overflow: visible; align-items: center; display: flex; @@ -4171,12 +4170,11 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl .ai-message { color: #000000; font-weight: bold; - padding: 20px 30px; - padding-left: 0px; + padding: 10px 10px; border-radius: 15px; text-align: left; margin-right: auto; - width: fit-content; + width: 100%; overflow: visible; align-items: center; display: flex;