From 559cd48c4faf1b824faafe470b1a6d140923db4c Mon Sep 17 00:00:00 2001 From: cherishsince Date: Fri, 17 May 2024 23:48:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91Ai=20?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=20Message=20=E9=9D=9E=20user=20=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E6=98=BE=E7=A4=BA=E5=88=B0=E5=B7=A6=E8=BE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/Message.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/views/ai/chat/Message.vue b/src/views/ai/chat/Message.vue index 5f36bf3a..61e0d999 100644 --- a/src/views/ai/chat/Message.vue +++ b/src/views/ai/chat/Message.vue @@ -3,7 +3,7 @@
-
+
{ //width: 100%; //height: 100%; overflow-y: scroll; - padding: 0 15px; + //padding: 0 15px; //z-index: -1; - - } // 中间 @@ -168,7 +166,7 @@ onMounted(async () => { display: flex; flex-direction: column; overflow-y: hidden; - + padding: 0 20px; .message-item { margin-top: 50px; }