From 9a0ddb72d52f94722f60166c8d25e7309029a4bb Mon Sep 17 00:00:00 2001 From: imeepos Date: Tue, 22 Jul 2025 17:47:31 +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 | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/apps/desktop/src/components/ChatInterface.tsx b/apps/desktop/src/components/ChatInterface.tsx index 8e08e3d..af95287 100644 --- a/apps/desktop/src/components/ChatInterface.tsx +++ b/apps/desktop/src/components/ChatInterface.tsx @@ -357,15 +357,11 @@ export const ChatInterface: React.FC = ({ }, [selectedTags]); return ( -
+
{/* 聊天消息区域 */}
0 ? '200px' : '120px', - paddingBottom: '1rem' - }} + className="flex-1 p-4 space-y-6 bg-transparent" > {messages.length === 0 ? (
@@ -413,12 +409,7 @@ export const ChatInterface: React.FC = ({ {/* 错误提示 */} {error && ( -
0 ? '210px' : '130px' - }} - > +
{error}