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}