refactor: change layout of stat card

This commit is contained in:
Methapon2001 2024-07-04 13:14:21 +07:00
parent 9126270de6
commit 16bd9d03c5
4 changed files with 158 additions and 189 deletions

View file

@ -1183,9 +1183,9 @@ watch(inputSearchProductAndService, async () => {
<div
v-if="productMode === 'group' || productMode === 'type'"
class="q-mb-md bordered rounded surface-1 scroll"
class="scroll q-mb-md"
>
<div class="q-ma-md" style="display: inline-block">
<div style="display: inline-block">
<StatCard label-i18n :branch="stat" :dark="$q.dark.isActive" nowrap />
</div>
</div>