소스 검색

fix(SCRM-5802): 移除在popup内部元素添加的position: fixed 属性,兼容低版本ios

john 1 년 전
부모
커밋
1a982c3f84
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/pages/parkingFeeV2/parkingFeeDetail.vue

+ 4 - 4
src/pages/parkingFeeV2/parkingFeeDetail.vue

@@ -330,10 +330,10 @@ export default {
 .popue_box {
   height: 695px;
   background-color: #fff;
-  position: fixed;
-  bottom: 0;
-  left: 0;
-  right: 0;
+  //position: fixed;
+  //bottom: 0;
+  //left: 0;
+  //right: 0;
 
   .popue_box_index {
     width: 92%;