Browse Source

feat(KIP-9217):ui 修复

lock.qiu@kerryprops.com 2 năm trước cách đây
mục cha
commit
69ea21580f

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

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

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

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