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
用KeepAlive包裹的路由下面,如果包含antd table组件,那将无法使表格横向滚动scroll失效,而且表格的宽度超出布局,有人遇到过吗?
The text was updated successfully, but these errors were encountered:
react18版本,哪些闪什么的我还能接受,现在表格不能滚动接受不了啊,antd 4.24版本,scroll 列表失效
Sorry, something went wrong.
KeepAlive 会给增加两个容器 ka-wrapper 和 ka-keeper,需要注意对他们的样式也做处理,这可能是造成你表格宽度溢出的原因
No branches or pull requests
用KeepAlive包裹的路由下面,如果包含antd table组件,那将无法使表格横向滚动scroll失效,而且表格的宽度超出布局,有人遇到过吗?
The text was updated successfully, but these errors were encountered: