Browse Source

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

master
RuoYi 2 years ago
parent
commit
a0595711ca
  1. 2
      ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue

2
ruoyi-ui/src/layout/components/TagsView/ScrollPane.vue

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

Loading…
Cancel
Save