From 2706a0c73291f9fed5d2f4c157ed81a4251faaa3 Mon Sep 17 00:00:00 2001 From: MT-Fire <798521692@qq.com> Date: Sun, 8 Mar 2026 17:27:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=A9=E5=A4=A7=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/ChatMain.vue | 8 ++++---- src/components/message/MessageBubble.vue | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/chat/ChatMain.vue b/src/components/chat/ChatMain.vue index a41e7bf..8d6f5f7 100644 --- a/src/components/chat/ChatMain.vue +++ b/src/components/chat/ChatMain.vue @@ -484,14 +484,14 @@ watch( &.wide-mode { .input-container { - min-width: 1000px; + // min-width: 1000px; } } } .input-wrapper { flex-shrink: 0; - padding: 16px 150px 24px; + padding: 16px 10% 24px; background: linear-gradient(to top, white 80%, transparent); .dark & { @@ -501,12 +501,12 @@ watch( .input-container { width: 100%; - min-width: 1000px; + // min-width: 1000px; // margin: 0 auto; transition: max-width 0.3s ease; &.wide { - min-width: 1000px; + // min-width: 1000px; } } diff --git a/src/components/message/MessageBubble.vue b/src/components/message/MessageBubble.vue index f0cbd9e..c5bf744 100644 --- a/src/components/message/MessageBubble.vue +++ b/src/components/message/MessageBubble.vue @@ -276,7 +276,7 @@ setCustomComponents("playground-demo", { .message-bubble { display: flex; gap: 16px; - padding: 20px 150px; + padding: 20px 10%; animation: fadeIn 0.3s ease; &.role-user {