Browse Source

优化页签在Firefox浏览器被遮挡的问题

RuoYi 1 year ago
parent
commit
a0595711ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue

+ 1 - 1
ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue

@@ -87,7 +87,7 @@ export default {
       bottom: 0px;
     }
     .el-scrollbar__wrap {
-      height: 39px;
+      height: 49px;
     }
   }
 }