소스 검색

bugfix:处理滑动顶部标题

leo 1 년 전
부모
커밋
845100b331
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pages/claimCloudPhone/components/layout.vue

+ 4 - 0
pages/claimCloudPhone/components/layout.vue

@@ -92,8 +92,12 @@ export default {
 .layout {
   height: 100%;
   display: flex;
+  position: relative;
+  z-index: 0;
   flex-direction: column;
   .layout-container {
+    position: relative;
+    z-index: -1;
     flex: 1;
     overflow-y: auto;
   }