From ef1e8aef5cdef7da4769a88bf57d1ed5197a62c8 Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Fri, 31 Mar 2023 11:45:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=91=E9=80=81=E5=8C=BA=E6=8C=89?= =?UTF-8?q?=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/chat/index.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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) => ( { {/* 发送区 */} - { {/* 输入框 */}