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