da8cf391 by simon

默认提交

1 parent 8627bf65
......@@ -376,7 +376,7 @@ $borderRadius:6px;
}
.comp::-webkit-scrollbar {
.modal::-webkit-scrollbar {
display: none;
}
......
......@@ -188,3 +188,19 @@
.container{
-ms-overflow-style: none;
}
.list-container::-webkit-scrollbar {
display: none;
}
.list-container{
-ms-overflow-style: none;
}
.table-content::-webkit-scrollbar {
display: none;
}
.table-content{
-ms-overflow-style: none;
}
......