|
@@ -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;
|