fix: cart UI on dialog footer
This commit is contained in:
parent
82369a680f
commit
06571e84ef
3 changed files with 25 additions and 4 deletions
|
|
@ -108,13 +108,17 @@ const tabsList = defineModel<{ name: string; label: string }[]>('tabsList');
|
|||
</q-tabs>
|
||||
</div>
|
||||
<div
|
||||
class="row q-pa-lg"
|
||||
class="row q-pa-lg scroll"
|
||||
:class="{
|
||||
dark: $q.dark.isActive,
|
||||
'surface-2': !employee,
|
||||
'surface-tab': employee,
|
||||
}"
|
||||
:style="$q.screen.gt.sm ? '' : 'overflow-y: auto; max-height: 75vh'"
|
||||
:style="
|
||||
$q.screen.gt.sm
|
||||
? 'max-height: 75vh'
|
||||
: 'overflow-y: auto; max-height: 75vh'
|
||||
"
|
||||
>
|
||||
<!-- prepend -->
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue