|
@@ -14,11 +14,13 @@
|
|
|
:src="currencyInfo.iconPath"/>
|
|
|
<div class="amount">
|
|
|
<div class="balance"
|
|
|
- :class="{'direction-column': (currencyInfo.totalBalance.length + currencyInfo.tokenSymbol.length) > 12}">
|
|
|
-
|
|
|
+ :class="{'direction-column': (currencyInfo.totalBalance.length + currencyInfo.tokenSymbol.length) > 15}">
|
|
|
<a-tooltip :title="currencyInfo.totalBalance">
|
|
|
{{ getBit(currencyInfo.totalBalance) }}
|
|
|
</a-tooltip>
|
|
|
+ <template v-if="currencyInfo.totalBalance.length + currencyInfo.tokenSymbol.length < 16">
|
|
|
+
|
|
|
+ </template>
|
|
|
<span class="symbol">
|
|
|
{{currencyInfo.tokenSymbol}}
|
|
|
</span>
|