refactor: change layout of stat card
This commit is contained in:
parent
9126270de6
commit
16bd9d03c5
4 changed files with 158 additions and 189 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue