优化ai对话的内容区域的样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user