Przeglądaj źródła

Merge branch 'bug_fix_2205024_style' into feature_220523_at_task

A\An 2 lat temu
rodzic
commit
9e827bb234
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/view/components/font-amount.vue

+ 2 - 2
src/view/components/font-amount.vue

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