From 7fcf0a1702fec2d4b679f43b415ac793c7d33f88 Mon Sep 17 00:00:00 2001 From: imeepos Date: Tue, 22 Jul 2025 17:33:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96markdown=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/desktop/src/components/ChatInterface.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/apps/desktop/src/components/ChatInterface.tsx b/apps/desktop/src/components/ChatInterface.tsx index 0cb22c1..3723e34 100644 --- a/apps/desktop/src/components/ChatInterface.tsx +++ b/apps/desktop/src/components/ChatInterface.tsx @@ -357,11 +357,14 @@ export const ChatInterface: React.FC = ({ }, [selectedTags]); return ( -
+
{/* 聊天消息区域 */}
0 ? '200px' : '120px' + }} > {messages.length === 0 ? (
@@ -409,7 +412,12 @@ export const ChatInterface: React.FC = ({ {/* 错误提示 */} {error && ( -
+
0 ? '210px' : '130px' + }} + > {error}