nieyuge 2 年之前
父节点
当前提交
1c75acfbf2
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pages/payment/index.vue

+ 3 - 3
pages/payment/index.vue

@@ -170,7 +170,7 @@
                         <div class="neet">You Neet to Pay</div>
                         <div class="money">
                             <FontZoom width="190" :unColor="true">
-                                <span class="text">{{salePlans.price}} {{ salePlans.currencyInfo.tokenSymbol }}</span>
+                                {{salePlans.price}} {{ salePlans.currencyInfo.tokenSymbol }}
                             </FontZoom>
                         </div>
                     </div>
@@ -223,7 +223,7 @@
                         <div class="neet">You Neet to Pay</div>
                         <div class="money">
                             <FontZoom width="190" :unColor="true">
-                                <span class="text">{{ Number(usdAmountData.rechargeAmountValue) > 0 ? usdAmountData.rechargeAmountValue : usdAmountData.orderAmountValue }} {{ salePlans.currencyInfo.tokenSymbol }}</span>
+                                {{ Number(usdAmountData.rechargeAmountValue) > 0 ? usdAmountData.rechargeAmountValue : usdAmountData.orderAmountValue }} {{ salePlans.currencyInfo.tokenSymbol }}
                             </FontZoom>
                         </div>
                     </div>
@@ -1251,7 +1251,7 @@ body,
         display: flex;
         align-items: center;
         justify-content: center;
-        width: 140px;
+        width: 110px;
         height: 46px;
         color: #ffffff;
         font-size: 18px;