|
@@ -14,8 +14,8 @@
|
|
:src="currencyInfo.iconPath"/>
|
|
:src="currencyInfo.iconPath"/>
|
|
<div class="amount">
|
|
<div class="amount">
|
|
<div class="balance">
|
|
<div class="balance">
|
|
- <a-tooltip :title="'$'+currencyInfo.totalBalance">
|
|
|
|
- ${{ getBit(currencyInfo.totalBalance) }}
|
|
|
|
|
|
+ <a-tooltip :title="currencyInfo.totalBalance">
|
|
|
|
+ {{ getBit(currencyInfo.totalBalance) }}
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
{{currencyInfo.tokenSymbol}}
|
|
{{currencyInfo.tokenSymbol}}
|
|
</div>
|
|
</div>
|