From baa97ed5fa41714424756438bb9759efe7f88f37 Mon Sep 17 00:00:00 2001 From: xintaofei Date: Sun, 8 Mar 2026 18:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B6=88=E6=81=AF=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E9=99=84=E5=8A=A0=E5=9B=BE=E7=89=87=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/message-input.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/chat/message-input.tsx b/src/components/chat/message-input.tsx index 6888b50..3bfaa05 100644 --- a/src/components/chat/message-input.tsx +++ b/src/components/chat/message-input.tsx @@ -976,9 +976,9 @@ export function MessageInput({ const hasResourceAttachments = resourceAttachments.length > 0 const topPaddingClass = hasImageAttachments && hasResourceAttachments - ? "pt-24" + ? "pt-[6.25rem]" : hasImageAttachments - ? "pt-16" + ? "pt-[4.5rem]" : hasResourceAttachments ? "pt-10" : "pt-3"