Browse Source

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

RuoYi 1 year ago
parent
commit
c46abc1c79
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/layout/index.vue

+ 5 - 1
src/layout/index.vue

@@ -74,10 +74,14 @@ function setLayout() {
   height: 100%;
   width: 100%;
 
-  .el-scrollbar{
+  .el-scrollbar {
     height: 100%;
   }
 
+  :deep(.el-scrollbar__bar).is-vertical {
+    z-index: 10;
+  }
+
   :deep(.el-scrollbar__wrap) {
     overflow-x: hidden;
   }