We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
首次进入页面后,会占满 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
The text was updated successfully, but these errors were encountered:
简单粗暴
.ant-pro-chat-chat-list-container { height: 100% !important; }
Sorry, something went wrong.
简单粗暴 .ant-pro-chat-chat-list-container { height: 100% !important; }
可以用 感谢 !
No branches or pull requests
首次进入页面后,会占满 height: 100%
但是调整浏览器窗口后,还是原来的高度。
主要代码
版本信息:
环境信息:
The text was updated successfully, but these errors were encountered: