输入框样式优化
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user