From d1a2c885fbd542cd45d510425bfa4e39a3df8915 Mon Sep 17 00:00:00 2001 From: imeepos Date: Tue, 22 Jul 2025 17:35:10 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/desktop/src/components/ChatInterface.tsx b/apps/desktop/src/components/ChatInterface.tsx index 3723e34..8e08e3d 100644 --- a/apps/desktop/src/components/ChatInterface.tsx +++ b/apps/desktop/src/components/ChatInterface.tsx @@ -361,9 +361,10 @@ export const ChatInterface: React.FC = ({ {/* 聊天消息区域 */}
0 ? '200px' : '120px' + bottom: allTags.length > 0 ? '200px' : '120px', + paddingBottom: '1rem' }} > {messages.length === 0 ? (