浏览代码

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

Michael Wang 5 年之前
父节点
当前提交
ade58a8202
共有 1 个文件被更改,包括 3 次插入0 次删除
  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 {