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
"tdesign-vue-next": "1.8.1",
No response
t-table闪烁问题,t-tabs里 放t-table ,切换 时,t-table 会闪烁 ;当为table 数据都为空时,‘暂无数据’四个字会明显的一闪变化位置
不要闪烁
Vue(3.4.19)
125.0.6422.113 (正式版本) (32 位)
win 10
v16.20.2
The text was updated successfully, but these errors were encountered:
👋 @benbtx,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
这个问题好像是这样的: table组件在加载的时候,.t-table--loading .t-table__content 有一个min-height:168px;然后empty状态下,.t-table__content 高度是169px。 可以理解为: 空数据状态 + 加载状态:闪烁;空数据行会被隐藏,导致闪烁。解决方案:空数据加载,空数据行正常显示。 一行数据情况 + 加载状态:闪烁;loading状态的高度太高,导致闪烁。解决方案:loading状态的min-height取消;用inset:0 代替。 两行数据情况 + 加载状态:闪烁;loading状态的高度太高,导致闪烁。解决方案:loading状态的min-height取消;用inset:0 代替。 超过两行数据情况 + 加载状态:正常,无需处理
.t-table--loading .t-table__content
min-height:168px
.t-table__content
169px
No branches or pull requests
tdesign-vue-next 版本
"tdesign-vue-next": "1.8.1",
重现链接
No response
重现步骤
t-table闪烁问题,t-tabs里 放t-table ,切换 时,t-table 会闪烁 ;当为table 数据都为空时,‘暂无数据’四个字会明显的一闪变化位置
期望结果
不要闪烁
实际结果
No response
框架版本
Vue(3.4.19)
浏览器版本
125.0.6422.113 (正式版本) (32 位)
系统版本
win 10
Node版本
v16.20.2
补充说明
No response
The text was updated successfully, but these errors were encountered: