John-Hong 2 年之前
父节点
当前提交
f1c09d32bd
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/parkingFee/vehicleManagement.vue

+ 2 - 2
src/pages/parkingFee/vehicleManagement.vue

@@ -807,10 +807,11 @@ export default {
   right: 0;
   left: 0;
   z-index: 999;
-  padding: 30px;
+  padding: 30px 30px 0 30px;
   box-shadow: 0px 13px 33px 0px rgba(190, 187, 187, 0.2);
   .btnpb {
     width: 100%;
+    padding-bottom: 30px;
     padding-bottom: constant(safe-area-inset-bottom);
     padding-bottom: env(safe-area-inset-bottom);
   }
@@ -823,7 +824,6 @@ export default {
     border-radius: 45px;
     font-size: 34px;
     font-weight: 400;
-    margin-bottom: 30px;
     color: #ffffff;
   }
 }