输入框样式优化

This commit is contained in:
xintaofei
2026-03-16 22:20:26 +08:00
parent 49130a6157
commit 2e3090c176

View File

@@ -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}
/>
<div className="@container flex shrink-0 items-end justify-between gap-2 px-2 pb-2">