Explorar el Código

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

疯狂的狮子li hace 2 años
padre
commit
ecdb629438
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;
     }