소스 검색

修复层级过低问题

icssoa 4 달 전
부모
커밋
ce1fbd6010
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      uni_modules/cool-ui/components/cl-topbar/cl-topbar.uvue

+ 2 - 1
uni_modules/cool-ui/components/cl-topbar/cl-topbar.uvue

@@ -241,7 +241,8 @@ function back() {
 	}
 
 	&--fixed {
-		@apply fixed top-0 left-0 right-0 z-10 w-full;
+		@apply fixed top-0 left-0 right-0 w-full;
+		z-index: 998;
 	}
 }
 </style>