全局列表展示下侧的滚动条隐藏

This commit is contained in:
2026-08-25 14:46:28 +08:00
parent 763bf34c3a
commit cab512e033
2 changed files with 10 additions and 1 deletions
+10
View File
@@ -109,6 +109,16 @@
}
.el-table__body-wrapper {
// 宽表格统一通过内容区拖拽横向查看,隐藏重复的底部滚动条但保留滚动能力。
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
.el-button [class*="el-icon-"] + span {
margin-left: 1px;
}