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}