fix: format NumberChart component for better readability
(cherry picked from commit c3cf63dfb79e1f6605fc7a0c6f5fd626329c9142)
This commit is contained in:
parent
cfee08d8de
commit
32e6ba0645
@ -5,7 +5,12 @@
|
|||||||
class="flex h-full w-full rounded shadow overflow-hidden cursor-pointer"
|
class="flex h-full w-full rounded shadow overflow-hidden cursor-pointer"
|
||||||
>
|
>
|
||||||
<Tooltip :text="__(item.data.tooltip)">
|
<Tooltip :text="__(item.data.tooltip)">
|
||||||
<NumberChart v-if="item.data" :key="index" :config="item.data" />
|
<NumberChart
|
||||||
|
class="!items-start"
|
||||||
|
v-if="item.data"
|
||||||
|
:key="index"
|
||||||
|
:config="item.data"
|
||||||
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user