From ec7e118bd6344c46fbfe6fe095fb9f61e1de363c Mon Sep 17 00:00:00 2001 From: moux1024 <403053463@qq.com> Date: Tue, 23 Sep 2025 17:46:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=20=E6=94=B6=E7=AA=84?= =?UTF-8?q?=E5=BF=AB=E6=8D=B7=E6=A8=A1=E6=9D=BF=E9=A1=B6=E9=83=A8=E7=9A=84?= =?UTF-8?q?=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/ChatInputBox/ChatInputBox.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/ChatInputBox/ChatInputBox.tsx b/components/ChatInputBox/ChatInputBox.tsx index 94092e0..763b7c1 100644 --- a/components/ChatInputBox/ChatInputBox.tsx +++ b/components/ChatInputBox/ChatInputBox.tsx @@ -293,9 +293,9 @@ export function ChatInputBox({ noData }: { noData: boolean }) { {/* 输入框和Action按钮 - 只在展开状态显示 */} {!isExpanded && ( -
+
{/* 第一行:输入框 */} -
+
{/* 文本输入框 - 改为textarea */}