소스 검색

Solve the problem of occlusion information

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

+ 1 - 2
src/layouts/Header.less

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