From 349de4cd0b722507ce14b8065a380b1ba4061714 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sat, 11 Apr 2026 14:14:06 +0800 Subject: [PATCH] feat: simplify bottom panel layout and improve responsiveness in ChatPanel --- .../conversations/_components/chat-panel.tsx | 64 +++++++++---------- 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/web/app/(console)/conversations/_components/chat-panel.tsx b/web/app/(console)/conversations/_components/chat-panel.tsx index 5c5fd08..fc1eb02 100644 --- a/web/app/(console)/conversations/_components/chat-panel.tsx +++ b/web/app/(console)/conversations/_components/chat-panel.tsx @@ -386,24 +386,18 @@ export function ChatPanel() { ); const bottomPanel = ( -
+
{isClosedConversation ? ( -
+
当前会话已关闭
) : conversation?.status === 1 ? ( -
+
当前会话由 AI 接待中,转人工后才能由客服发送消息
) : isPendingConversation ? ( -
-
+
+