@@ -14,8 +14,8 @@
:src="currencyInfo.iconPath"/>
<div class="amount">
<div class="balance">
- <a-tooltip :title="'$'+currencyInfo.totalBalance">
- ${{ getBit(currencyInfo.totalBalance) }}
+ <a-tooltip :title="currencyInfo.totalBalance">
+ {{ getBit(currencyInfo.totalBalance) }}
</a-tooltip>
{{currencyInfo.tokenSymbol}}
</div>
@@ -276,7 +276,6 @@ body {
.amount {
display: inline-block;
- word-break: break-all;
}
.right {