Browse Source

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

Michael Wang 5 years ago
parent
commit
ade58a8202
1 changed files with 3 additions and 0 deletions
  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 {