From c16773e469df80f7481225e6f7bce5773156a257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 15 Aug 2025 15:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=83=85=E7=BB=AA=E5=A4=A7=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E9=A1=B6=E9=83=A8=E5=85=A8=E5=B1=80=E5=94=AF?= =?UTF-8?q?=E4=B8=80=EF=BC=9B=E6=83=85=E7=BB=AA=E5=A4=A7=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=8A=A0=E5=85=A5=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/AiEmotion.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/AiEmotion.vue b/src/views/AiEmotion.vue index 7fae274..75c83f7 100644 --- a/src/views/AiEmotion.vue +++ b/src/views/AiEmotion.vue @@ -213,15 +213,16 @@ - -
- - - -
+ + +
+ + + +
@@ -3998,9 +3999,11 @@ const emit = defineEmits(['updateMessage', 'sendMessage', 'ensureAIchat']); } .main { - width: 100%; + width: 90%; padding: 0.5rem; margin-bottom: 5rem; + background-color: #2b378d; + border-radius: 0px 0px 10px 10px; } .energy-converter-text {