优化ai对话的内容区域的样式

This commit is contained in:
2025-06-06 16:32:04 +08:00
parent 417aaa8814
commit 7620bc4ba7
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -504,7 +504,7 @@ export default function Chat() {
const conversationIntroduction = currConversationInfo?.introduction || '';
return (
<Layout style={{ height: '100%', minHeight: '100%' }}>
<Layout style={{ height: '100%', minHeight: '100%'}}>
{/* 侧边栏 */}
<ChatSidebar
ref={sidebarRef}