فهرست منبع

滚动条修改

zhaoke 1 سال پیش
والد
کامیت
c329d29363
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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 {
   height: 10px; /*滚动条高度*/
   /* background-color: #132958; */
-  width: 8px;
+  width: 12px;
   // background: #fff;
 }
 

+ 1 - 1
src/styles/index.scss

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