diff --git a/src/pages/chat/index.tsx b/src/pages/chat/index.tsx index 6eff04351..f2cef7b0e 100644 --- a/src/pages/chat/index.tsx +++ b/src/pages/chat/index.tsx @@ -408,7 +408,7 @@ const Chat = ({ chatId }: { chatId: string }) => { flexDirection={'column'} > {/* 聊天内容 */} - + {chatData.history.map((item, index) => ( { {/* 发送区 */} - { {/* 输入框 */}