.el-table__fixed {
height: auto !important;
bottom: 18px;
}
.el-table__fixed-right {
height: auto !important;
bottom: 18px;
}
el-table设置了固定列 滚动条无法拖动问题
最新推荐文章于 2025-09-24 13:22:42 发布
本文介绍了一种精简CSS样式的技巧,特别针对.el-table__fixed和.el-table__fixed-right类,通过设置高度为auto和调整底部偏移量,实现更灵活的表格布局。
3462

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



