Open
Description
首次进入页面后,会占满 height: 100%
但是调整浏览器窗口后,还是原来的高度。
主要代码
import './App.css';
import { ProChat } from '@ant-design/pro-chat';
function App() {
return (
<>
<div className='bg-yellow-100 w-full h-screen flex'>
<ProChat></ProChat>
</div>
</>
);
}
export default App;
版本信息:
"@ant-design/pro-chat": "^1.15.3",
"antd": "^5.22.1",
"antd-style": "^3.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
环境信息:
Windows 11
Google Chrome 131
Metadata
Metadata
Assignees
Labels
No labels