全局列表展示下侧的滚动条隐藏
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user