nieyuge 2 vuotta sitten
vanhempi
commit
3d60fd3b1d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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>