zhaoke 1 éve
szülő
commit
c329d29363
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      src/styles/element-ui.scss
  2. 1 1
      src/styles/index.scss

+ 1 - 1
src/styles/element-ui.scss

@@ -52,7 +52,7 @@
 ::-webkit-scrollbar {
 ::-webkit-scrollbar {
   height: 10px; /*滚动条高度*/
   height: 10px; /*滚动条高度*/
   /* background-color: #132958; */
   /* background-color: #132958; */
-  width: 8px;
+  width: 12px;
   // background: #fff;
   // background: #fff;
 }
 }
 
 

+ 1 - 1
src/styles/index.scss

@@ -598,7 +598,7 @@ li {
 }
 }
 
 
 .el-table .el-table__body-wrapper::-webkit-scrollbar {
 .el-table .el-table__body-wrapper::-webkit-scrollbar {
-  height: 8px;
+  height: 12px;
 }
 }
 
 
 input[type='number'] {
 input[type='number'] {