소스 검색

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 {