From 2e3090c176d276dab2090bb95b7fb9d269fba0fe Mon Sep 17 00:00:00 2001 From: xintaofei Date: Mon, 16 Mar 2026 22:20:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/message-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chat/message-input.tsx b/src/components/chat/message-input.tsx index 2cdf30d..2aa83cc 100644 --- a/src/components/chat/message-input.tsx +++ b/src/components/chat/message-input.tsx @@ -1305,7 +1305,7 @@ export function MessageInput({ onPaste={handlePaste} onFocus={onFocus} placeholder={resolvedPlaceholder} - className="min-h-0 flex-1 overflow-y-auto border-0 bg-transparent text-sm shadow-none focus-visible:border-0 focus-visible:ring-0" + className="min-h-0 flex-1 overflow-y-auto rounded-none border-0 bg-transparent text-sm shadow-none focus-visible:border-0 focus-visible:ring-0" autoFocus={autoFocus} />