浏览代码

feat(KIP-9217): 缴费记录ui修复

lock.qiu@kerryprops.com 2 年之前
父节点
当前提交
38f216d5e5
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/pages/parkingFee/parkingFeeList.vue

+ 4 - 3
src/pages/parkingFee/parkingFeeList.vue

@@ -32,7 +32,7 @@
           <div class="orderno">{{ item.vehicleNo }}</div>
           <!-- <van-icon name="arrow" /> -->
         </div>
-        <div class="choice_card_index">
+        <div class="choice_card_index"  style="margin-bottom:0;">
           <div class="choice_card_index_icon">
             <img
                 class="car-icon"
@@ -49,7 +49,7 @@
           </div> 
           <!-- {{ item.enterTime }} -->
         </div>
-        <div class="choice_card_index">
+        <div class="choice_card_index" >
           <div class="choice_card_index_icon">
             {{ item.enterTime }}
           </div>
@@ -267,6 +267,7 @@ export default {
     display: flex;
     justify-content: space-between;
     font-weight: 600;
+    font-size: 36px;
     color: #333;
     padding-top: 31px;
     line-height:28px;
@@ -317,7 +318,7 @@ export default {
   position: relative;
   text-align: center;
   box-sizing: border-box;
-  margin-top: 70px;
+  margin-top: 60px;
   font-size: 22px;
   font-weight: 400;
   color: #999999;