1
0
forked from test/crm

fix: format NumberChart component for better readability

(cherry picked from commit c3cf63dfb79e1f6605fc7a0c6f5fd626329c9142)
This commit is contained in:
Shariq Ansari 2025-07-29 11:32:49 +05:30 committed by Mergify
parent cfee08d8de
commit 32e6ba0645

View File

@ -5,7 +5,12 @@
class="flex h-full w-full rounded shadow overflow-hidden cursor-pointer"
>
<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>
</div>
<div