@@ -1,7 +1,7 @@
<template>
- <div :style="{ fontSize: amount_font_size + 'px' }">
+ <div>
<a-tooltip :title="amount" >
- <span class="content">{{ getBit(amount) }}</span>
+ <span class="content" :style="{ fontSize: amount_font_size + 'px' }">{{ getBit(amount) }}</span>
</a-tooltip>
</div>
</template>