Ver Fonte

仪表盘滚动条样式

shenqilong há 4 meses atrás
pai
commit
92c472a3b4
1 ficheiros alterados com 3 adições e 5 exclusões
  1. 3 5
      src/views/platform/desktop/myLayout/layout.vue

+ 3 - 5
src/views/platform/desktop/myLayout/layout.vue

@@ -375,12 +375,10 @@ export default {
   }
 }
 .scroll-box-overflow {
-  height: 300px;
-  overflow-y: auto;
-  scrollbar-width: none;
-  -ms-overflow-style: none;
+  scrollbar-width: none !important;
+  -ms-overflow-style: none !important;
   ::-webkit-scrollbar {
-    display: none;
+    display: none !important;
   }
 }
 </style>