From 35364209fc56395772e64f31845e82a894246e18 Mon Sep 17 00:00:00 2001 From: hobby Date: Wed, 26 Feb 2025 09:16:33 +0800 Subject: [PATCH] fix chat ui --- src/components/ChatUI.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ChatUI.tsx b/src/components/ChatUI.tsx index 0cab0ec..6d0ed04 100644 --- a/src/components/ChatUI.tsx +++ b/src/components/ChatUI.tsx @@ -381,9 +381,9 @@ const ChatUI = () => { <>
-
+
{/* Header */} -
+
{/* 左侧群组信息 */}
@@ -552,7 +552,7 @@ const ChatUI = () => {
{/* Input Area */} -
+
{messages.length > 0 && (