fix: stat card scroll
This commit is contained in:
parent
39fc15167c
commit
93af8ce47b
5 changed files with 65 additions and 58 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue