Explorar el Código

页面滚动条宽度调整

wangggziwen hace 7 meses
padre
commit
520b9a4341
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      ruoyi-ui/src/layout/components/AppMain.vue

+ 0 - 6
ruoyi-ui/src/layout/components/AppMain.vue

@@ -59,17 +59,11 @@ export default {
   }
 }
 
-::-webkit-scrollbar {
-  width: 6px;
-  height: 6px;
-}
-
 ::-webkit-scrollbar-track {
   background-color: #f1f1f1;
 }
 
 ::-webkit-scrollbar-thumb {
   background-color: #c0c0c0;
-  border-radius: 3px;
 }
 </style>