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 ? (