From 4713cde2a820740497b0f1a0f4d6576a8fc4b326 Mon Sep 17 00:00:00 2001 From: SuperManTouX <93423476+SuperManTouX@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:42:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=94=B9=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E6=A0=B7=E5=BC=8F=EF=BC=8C=E9=BB=91?= =?UTF-8?q?=E6=9A=97=E6=A8=A1=E5=BC=8F=E9=80=82=E9=85=8D=EF=BC=9B=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=AF=B9=E8=AF=9D=E9=A6=96=E9=A1=B5=E6=A0=87=E9=A2=98?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9B=E6=9B=B4=E6=94=B9=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E5=BC=80=E5=A7=8B=E6=A0=87=E8=AF=AD=EF=BC=8C=E6=89=A9=E5=A4=A7?= =?UTF-8?q?=E4=BA=86grid=E5=AE=B9=E5=99=A8=E7=9A=84width10px=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/ChatMain.vue | 1 + src/components/chat/MessageList.vue | 14 +++++++++----- src/components/chat/WelcomeScreen.vue | 22 ++++++++++++++++------ src/components/input/ChatInput.vue | 18 +++++++++--------- 4 files changed, 35 insertions(+), 20 deletions(-) diff --git a/src/components/chat/ChatMain.vue b/src/components/chat/ChatMain.vue index fe7d170..b8f3759 100644 --- a/src/components/chat/ChatMain.vue +++ b/src/components/chat/ChatMain.vue @@ -384,6 +384,7 @@ watch( background: #ffffff; overflow: hidden; border-radius: 15px; + min-height: 0; .dark & { background: #11111b; diff --git a/src/components/chat/MessageList.vue b/src/components/chat/MessageList.vue index 05f39b4..3723fb3 100644 --- a/src/components/chat/MessageList.vue +++ b/src/components/chat/MessageList.vue @@ -1,5 +1,5 @@