|
@@ -24,7 +24,9 @@
|
|
|
<span>DeNet Pay</span>
|
|
|
</div>
|
|
|
<div class="wallet">
|
|
|
- Balance:{{currencyInfoData.balance}} {{currencyInfoData.tokenSymbol}}
|
|
|
+ <FontZoom width="300" :unColor="true">
|
|
|
+ Balance:{{currencyInfoData.balance}} {{currencyInfoData.tokenSymbol}}
|
|
|
+ </FontZoom>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="item" @click="maskPay">
|
|
@@ -69,7 +71,7 @@
|
|
|
<img class="balance" src="../../static/img/icon_balance.svg" />
|
|
|
<div class="text">Balance</div>
|
|
|
<div class="money">
|
|
|
- <FontZoom width="320">
|
|
|
+ <FontZoom width="300">
|
|
|
<img class="icon" :src="currencyInfoData.iconPath" /> <span class="font">{{currencyInfoData.balance}} {{currencyInfoData.tokenSymbol}}</span>
|
|
|
</FontZoom>
|
|
|
</div>
|