Kaynağa Gözat

优化固定头部页签滚动条被隐藏的问题(I6ORT1)

RuoYi 3 yıl önce
ebeveyn
işleme
2ad13c9f72
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      ruoyi-ui/src/layout/index.vue

+ 4 - 0
ruoyi-ui/src/layout/index.vue

@@ -78,6 +78,10 @@ export default {
78
       height: 100%;
78
       height: 100%;
79
     }
79
     }
80
 
80
 
81
+    ::v-deep .el-scrollbar__bar.is-vertical {
82
+      z-index: 10;
83
+    }
84
+  
81
     ::v-deep .el-scrollbar__wrap {
85
     ::v-deep .el-scrollbar__wrap {
82
       overflow-x: hidden;
86
       overflow-x: hidden;
83
     }
87
     }