From ecdb0db49ec31168988a71d0b6d533f675a054d4 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Fri, 27 Mar 2026 14:20:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E6=AC=A2=E8=BF=8E=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80=E6=95=B4=E4=BD=93=E5=90=91=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/WelcomeScreen.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/chat/WelcomeScreen.vue b/src/components/chat/WelcomeScreen.vue index 43fb794..61c624c 100644 --- a/src/components/chat/WelcomeScreen.vue +++ b/src/components/chat/WelcomeScreen.vue @@ -147,9 +147,9 @@ const suggestions = computed(() => { display: flex; flex-direction: column; align-items: center; - justify-content: center; - min-height: 100%; - padding: 40px 24px; + justify-content: space-between; + min-height: 80%; + padding: 25px 24px; animation: fadeIn 0.5s ease; } @@ -314,7 +314,7 @@ const suggestions = computed(() => { display: flex; align-items: center; gap: 12px; - padding: 16px 20px; + padding: 12px 20px; background: #F8F9FA; border: 1px solid transparent; border-radius: 10px;