From c787802352bcba05b8fa7c5d5a5d7c32a4b9d27c Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Thu, 9 Apr 2026 16:20:19 +0800 Subject: [PATCH] =?UTF-8?q?chore(chat-ui):=20=E6=8F=90=E4=BA=A4=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=88=97=E8=A1=A8=E4=B8=8E=E6=AC=A2=E8=BF=8E=E9=A1=B5?= =?UTF-8?q?=E5=89=A9=E4=BD=99=E6=94=B9=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/MessageList.vue | 1 - src/components/chat/WelcomeScreen.vue | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/chat/MessageList.vue b/src/components/chat/MessageList.vue index c4fc17e..96eeb55 100644 --- a/src/components/chat/MessageList.vue +++ b/src/components/chat/MessageList.vue @@ -278,7 +278,6 @@ onMounted(() => { .message-list-container { flex: 1; position: relative; - min-width: 900px; min-height: 0; } diff --git a/src/components/chat/WelcomeScreen.vue b/src/components/chat/WelcomeScreen.vue index 61a0eb3..b81c5ee 100644 --- a/src/components/chat/WelcomeScreen.vue +++ b/src/components/chat/WelcomeScreen.vue @@ -317,7 +317,7 @@ const suggestions = computed(() => { padding: 12px 20px; background: #F8F9FA; border: 1px solid transparent; - border-radius: 10px; + border-radius: 15px; font-size: 12px; text-align: left; cursor: pointer; @@ -330,7 +330,7 @@ const suggestions = computed(() => { } // TODO: 悬浮边框和背景颜色 &:hover { - background: rgba(59, 130, 246, 0.05); + background: #E9EAEB; .arrow-icon { transform: translateX(4px);