From 7f25419caf2eac29a39174ce66ac9c18b2d6aa1f Mon Sep 17 00:00:00 2001 From: cherishsince Date: Mon, 13 May 2024 17:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E5=A4=84?= =?UTF-8?q?=E7=90=86=E7=A9=BA=E7=9A=84=E5=AF=B9=E8=AF=9D=EF=BC=8C=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E9=9D=A0=E5=B7=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/ai/chat/index.vue b/src/views/ai/chat/index.vue index 6706f700..6b43e706 100644 --- a/src/views/ai/chat/index.vue +++ b/src/views/ai/chat/index.vue @@ -498,11 +498,14 @@ onMounted(async () => { position: relative; } - .message-container { position: absolute; top: 0; bottom: 0; + left: 0; + right: 0; + //width: 100%; + //height: 100%; overflow-y: scroll; padding: 0 15px; }