Browse Source

feat(SCRM-3913): 临时停车,未开票页面,不能展示完整得列表

lock.qiu@kerryprops.com 2 years ago
parent
commit
5a632613f9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/pages/parkingFee/parkingReceipt/parkingReceipt.vue

+ 4 - 1
src/pages/parkingFee/parkingReceipt/parkingReceipt.vue

@@ -190,7 +190,7 @@ export default {
     position: fixed;
     top: 0;
     left: 0;
-
+    z-index:99999;
     div {
       width: 45%;
       text-align: center;
@@ -573,6 +573,9 @@ export default {
   flex-direction: column;
   background: #F4F7FF;
   border-radius: 15px;
+  .van-checkbox-group{
+    padding-bottom:104px;
+  }
 }
 
 .flewx {