diff --git a/apps/desktop/src/components/ChatInterface.tsx b/apps/desktop/src/components/ChatInterface.tsx index 268996a..0cb22c1 100644 --- a/apps/desktop/src/components/ChatInterface.tsx +++ b/apps/desktop/src/components/ChatInterface.tsx @@ -357,12 +357,11 @@ export const ChatInterface: React.FC = ({ }, [selectedTags]); return ( -
+
{/* 聊天消息区域 */}
0 ? '200px' : '120px' }} + className="flex-1 overflow-y-auto p-4 space-y-6 bg-transparent chat-scroll pb-4" > {messages.length === 0 ? (
@@ -423,7 +422,7 @@ export const ChatInterface: React.FC = ({ )} {/* 固定底部输入区域 */} -
+
{/* 标签选择区域 */} {allTags.length > 0 && (