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
https://codesandbox.io/p/sandbox/vxe-table-4-x-vue-3-0-wen-ti-yan-shi-forked-zdvp5m?file=%2Fsrc%2Fviews%2FDemo1.vue%3A13%2C6&workspaceId=ws_KoC9y4sT4vYF3a1dHYPizw
1.在列不设置宽度(自动宽度)的情况下.且第一次展开所有节点的情况下. 下面必定出现X轴滚动条. 这个应该不需要出现. 而且出现的滚动条可以往后面滚动.导致表头与表格不能对齐.
2.因为展开了所有节点. 在超过表格高度的情况下. Y轴的滚动条的出现. 就会导致挤压表格内容快速闪抖一下. 越靠近Y轴滚动条越明显. 快速展开收起 节点 可以比较明显的感觉表格在抖动
与4.6版本效果一致
macos 15.2
chrome 113
3.5
4.3.45
4.9.35
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可复现的链接(必须为公开链接,仅包含能复现问题的示例代码):
https://codesandbox.io/p/sandbox/vxe-table-4-x-vue-3-0-wen-ti-yan-shi-forked-zdvp5m?file=%2Fsrc%2Fviews%2FDemo1.vue%3A13%2C6&workspaceId=ws_KoC9y4sT4vYF3a1dHYPizw
问题描述与截图:
1.在列不设置宽度(自动宽度)的情况下.且第一次展开所有节点的情况下. 下面必定出现X轴滚动条. 这个应该不需要出现. 而且出现的滚动条可以往后面滚动.导致表头与表格不能对齐.
2.因为展开了所有节点. 在超过表格高度的情况下. Y轴的滚动条的出现. 就会导致挤压表格内容快速闪抖一下. 越靠近Y轴滚动条越明显. 快速展开收起 节点 可以比较明显的感觉表格在抖动
期望的结果:
与4.6版本效果一致
操作系统:
macos 15.2
浏览器版本:
chrome 113
vue 版本:
3.5
vxe-pc-ui 版本:
4.3.45
vxe-table 版本:
4.9.35
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: