Browse Source

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

RuoYi 1 năm trước cách đây
mục cha
commit
a0595711ca
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }
   }
 }