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
2.2.3
vue 3.1 chrome
table组件设置scroll属性 如
在数据少时自动隐藏滚动条
滚动条始终显示 因为设置了overflow-y: scroll; 我不知道这是出于什么目的,我现在只能在项目 自定义overflow-y: auto的样式,我不知道有没有更好的办法
The text was updated successfully, but these errors were encountered:
0cd3db0
commit只解决了横向滚动条的问题。纵向滚动条仍然是老样子
Sorry, something went wrong.
有人解决吗
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
2.2.3
Environment
vue 3.1 chrome
Reproduction link
Steps to reproduce
table组件设置scroll属性 如
What is expected?
在数据少时自动隐藏滚动条
What is actually happening?
滚动条始终显示 因为设置了overflow-y: scroll; 我不知道这是出于什么目的,我现在只能在项目 自定义overflow-y: auto的样式,我不知道有没有更好的办法
The text was updated successfully, but these errors were encountered: