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
1.9.1
https://stackblitz.com/edit/awkykr?file=src%2Fdemo.vue
官网示例可复现,当配置了表头吸顶,windows的chrome表头会有滚动条
隐藏吸顶表头的滚动条
No response
vue2
Chrome(122.0.6261.129)
windows
16.17.0
The text was updated successfully, but these errors were encountered:
👋 @LoopZhou,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
在项目全局style.less中添加以下代码即可。 body { /* table固定头部样式重写*/ .t-table { .t-table__affixed-header-elm-wrap, .t-table__affixed-header-elm { z-index: 0; } } } 添加前效果: 添加后效果:
body { /* table固定头部样式重写*/ .t-table { .t-table__affixed-header-elm-wrap, .t-table__affixed-header-elm { z-index: 0; } } }
fixed 1.9.2
@uyarn 已经升级1.9.2版本,表格还是有横向滚动条。未解决!!
你这个是vue-next 这是vue(vue2) 的仓库 vue-next 等下周1.9.4发布哈
No branches or pull requests
tdesign-vue 版本
1.9.1
重现链接
https://stackblitz.com/edit/awkykr?file=src%2Fdemo.vue
重现步骤
官网示例可复现,当配置了表头吸顶,windows的chrome表头会有滚动条

期望结果
隐藏吸顶表头的滚动条
实际结果
No response
框架版本
vue2
浏览器版本
Chrome(122.0.6261.129)
系统版本
windows
Node版本
16.17.0
补充说明
No response
The text was updated successfully, but these errors were encountered: