瀏覽代碼

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

RuoYi 2 年之前
父節點
當前提交
2ad13c9f72
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      ruoyi-ui/src/layout/index.vue

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

@@ -78,6 +78,10 @@ export default {
       height: 100%;
     }
 
+    ::v-deep .el-scrollbar__bar.is-vertical {
+      z-index: 10;
+    }
+  
     ::v-deep .el-scrollbar__wrap {
       overflow-x: hidden;
     }