>>> .el-table__row td:not(.is-hidden):last-child {
right: -1px;
}
>>> thead th:not(.is-hidden):last-child {
right: -1px;
}
解决el-table设置右侧固定区域,左侧边框消失问题
最新推荐文章于 2026-06-21 12:15:23 发布
这篇博客探讨了如何使用CSS优化表格元素的显示,特别是针对`.el-table__row td:not(.is-hidden):last-child`和`thead th:not(.is-hidden):last-child`的选择器,设置`right:-1px;`来实现更精确的边界隐藏,提升页面的视觉效果。

260

被折叠的 条评论
为什么被折叠?



