Răsfoiți Sursa

车牌缺陷修复

John-Hong 2 ani în urmă
părinte
comite
86feb63605

+ 1 - 1
src/pages/parkingFee/parkingFeeDetail.vue

@@ -272,7 +272,7 @@ import { compare } from '@/utils/location.js';
 import uni from '@/utils/uniHooks';
 import { initWxJsSdkConfig } from '@/utils/login';
 import { getPlatform } from '@/utils/index';
-import { Dialog } from 'vant';
+import { Dialog, Toast } from 'vant';
 
 export default {
   name: 'parkingFeeDetail',

+ 7 - 1
src/pages/parkingFee/vehicleManagement.vue

@@ -125,7 +125,11 @@
         </div>
       </div>
     </van-popup>
-    <div class="add_plate" v-if="licensePlateList.length && licensePlateList.length < 3" @click="toAdd">
+    <div
+      class="add_plate"
+      v-if="licensePlateList.length && licensePlateList.length < 3"
+      @click="toAdd"
+    >
       <div class="add_plate_btn">+添加车牌号</div>
     </div>
   </div>
@@ -817,6 +821,8 @@ export default {
     font-size: 34px;
     font-weight: 400;
     color: #ffffff;
+    margin-bottom: constant(safe-area-inset-bottom);
+    margin-bottom: env(safe-area-inset-bottom);
   }
 }
 </style>