da8cf391 by simon

默认提交

1 parent 8627bf65
...@@ -376,7 +376,7 @@ $borderRadius:6px; ...@@ -376,7 +376,7 @@ $borderRadius:6px;
376 } 376 }
377 377
378 378
379 .comp::-webkit-scrollbar { 379 .modal::-webkit-scrollbar {
380 display: none; 380 display: none;
381 } 381 }
382 382
......
...@@ -188,3 +188,19 @@ ...@@ -188,3 +188,19 @@
188 .container{ 188 .container{
189 -ms-overflow-style: none; 189 -ms-overflow-style: none;
190 } 190 }
191
192 .list-container::-webkit-scrollbar {
193 display: none;
194 }
195
196 .list-container{
197 -ms-overflow-style: none;
198 }
199
200 .table-content::-webkit-scrollbar {
201 display: none;
202 }
203
204 .table-content{
205 -ms-overflow-style: none;
206 }
......