优化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
+2 -3
View File
@@ -37,11 +37,10 @@ export default function ChatWithLLMIndex() {
return (
<div className="flex-1 chat-container" style={{
height: 'calc(100vh - 80px)',
// height: '100vh',
borderRadius: '0.5rem',
marginTop: '20px',
marginBottom: '-20px',
minHeight: '990px',
maxHeight: '89vh'
marginBottom: '-20px'
}}>
<Chat />
</div>