From 638077206184bdab6fc4cafc8476bdec184b2fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Sun, 17 Aug 2025 13:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=83=85=E7=BB=AA=E5=A4=A7=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E7=9A=84=E5=86=85=E8=BE=B9=E8=B7=9D=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 592c713..50ef300 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -3582,7 +3582,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl } .bk-image .conclusion-container { - padding: 20px; + padding: 45px; border-radius: 15px; margin: 20px; } @@ -3639,7 +3639,7 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl position: relative; color: white; text-align: left; - padding: 20px; + padding: 45px; border-radius: 15px; } @@ -4160,15 +4160,12 @@ const emit = defineEmits(["updateMessage", "sendMessage", "ensureAIchat", "enabl } .ai-message { - /* background-color: #f1f1f1; */ color: #000000; font-weight: bold; padding: 20px 30px; border-radius: 15px; text-align: left; margin-right: auto; - /* 将AI消息保持在左边 */ - /* white-space: nowrap; */ width: fit-content; overflow: visible; align-items: center;