소스 검색

fix #2249 set index to 1061

陈帅 7 년 전
부모
커밋
6f236269bf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/layouts/Header.less

+ 2 - 1
src/layouts/Header.less

@@ -2,6 +2,7 @@
   position: fixed;
   top: 0;
   width: 100%;
-  z-index: 9;
+  // > @zindex-tooltip
+  z-index: 1061;
   transition: width 0.2s;
 }