fix: stat card scroll

This commit is contained in:
puriphatt 2024-07-04 04:14:41 +00:00
parent 39fc15167c
commit 93af8ce47b
5 changed files with 65 additions and 58 deletions

View file

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