Browse Source

Merge pull request #113 from tron/lock/release-2.8.0/parkingInvoice

feat(KIP-9217):ui 修复
John-Hong 2 years ago
parent
commit
ec238fa9df

+ 2 - 1
src/pages/parkingFee/parkingReceipt/parkingChangeHeader.vue

@@ -178,7 +178,7 @@ export default {
       padding-left:30px;
       padding-left:30px;
       padding-bottom: 26px;
       padding-bottom: 26px;
       // padding: 30px 35px;
       // padding: 30px 35px;
-      background-color: #fff;
+      background-color: #FBFCFF;
       font-family: 'PingFang SC';
       font-family: 'PingFang SC';
       font-style: normal;
       font-style: normal;
       font-weight: 500;
       font-weight: 500;
@@ -186,6 +186,7 @@ export default {
       color: #333333;
       color: #333333;
       line-height: 42px;
       line-height: 42px;
       margin-top: 24px;
       margin-top: 24px;
+      border-bottom: 1px dashed #E1E2E8;
     }
     }
 
 
     .company-box {
     .company-box {

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

@@ -669,7 +669,7 @@ export default {
   position: relative;
   position: relative;
   text-align: center;
   text-align: center;
   box-sizing: border-box;
   box-sizing: border-box;
-  margin-top: 70px;
+  margin-top: 45px;
   font-size: 22px;
   font-size: 22px;
   font-weight: 400;
   font-weight: 400;
   color: #999999;
   color: #999999;