Explorar el Código

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

RuoYi hace 2 años
padre
commit
2ad13c9f72
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
     }