还原原来的单行文本输入框

This commit is contained in:
2024-08-13 13:29:33 +08:00
parent 9b3dfbbee4
commit acf649beb2
3 changed files with 22 additions and 6 deletions
@@ -99,9 +99,8 @@ export default function ChatInput(
</div>
)}
<div className="flex w-full items-start justify-between gap-4 ">
<textarea
<Input
autoFocus
rows={2}
name="message"
placeholder="请输入消息"
className="flex-1"