nieyuge 2 년 전
부모
커밋
3d60fd3b1d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/payment/index.vue

+ 2 - 2
pages/payment/index.vue

@@ -169,7 +169,7 @@
                     <div class="l">
                         <div class="neet">You Neet to Pay</div>
                         <div class="money">
-                            <FontZoom width="190" :unColor="true">
+                            <FontZoom width="140" :unColor="true">
                                 {{salePlans.price}} {{ salePlans.currencyInfo.tokenSymbol }}
                             </FontZoom>
                         </div>
@@ -222,7 +222,7 @@
                     <div class="l">
                         <div class="neet">You Neet to Pay</div>
                         <div class="money">
-                            <FontZoom width="190" :unColor="true">
+                            <FontZoom width="140" :unColor="true">
                                 {{ Number(usdAmountData.rechargeAmountValue) > 0 ? usdAmountData.rechargeAmountValue : usdAmountData.orderAmountValue }} {{ salePlans.currencyInfo.tokenSymbol }}
                             </FontZoom>
                         </div>