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 && ( -