Browse Source

fix 公告通知 z-index 和modal 冲突

Michael Wang 5 năm trước cách đây
mục cha
commit
ade58a8202
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/components/MainLayout/MainLayout.vue

+ 3 - 0
src/components/MainLayout/MainLayout.vue

@@ -228,6 +228,9 @@ export default {
 
   color: #ffffff;
 }
+.link >>> .ivu-badge-count {
+  z-index: 1;
+}
 
 .router-link-active,
 .link:hover {