浏览代码

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%;