Browse Source

滚动条大亮色

CzRger 1 year ago
parent
commit
8d6956cd9c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/style/cus.scss

+ 6 - 0
src/style/cus.scss

@@ -378,6 +378,12 @@
     .el-table-v2__body {
       .el-virtual-scrollbar {
         width: 4px !important;
+        right: 0 !important;
+        opacity: 1 !important;
+        .el-scrollbar__thumb {
+          background-color: #8FFFFF !important;
+          opacity: 1 !important;
+        }
       }
       .el-table-v2__row {
         border: none;