fix: form dialog scroll
This commit is contained in:
parent
87d89bb77b
commit
011a23186b
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ const currentTab = defineModel<string>('currentTab');
|
|||
v-if="!noAppBox"
|
||||
bordered
|
||||
class="column surface-1 bordered rounded col"
|
||||
:class="`${$slots.prepend ? ($q.screen.gt.sm ? 'col-10' : 'col-12') : $slots.append ? 'col-6' : 'col-12'} ${!noPaddingTab && 'q-pt-lg q-pl-lg'} ${$q.screen.gt.md && 'full-height scroll'}`"
|
||||
:class="`${$slots.prepend ? ($q.screen.gt.sm ? 'col-10' : 'col-12') : $slots.append ? 'col-6' : 'col-12'} ${!noPaddingTab && 'q-pt-lg q-pl-lg'} ${$q.screen.gt.sm && 'full-height scroll'}`"
|
||||
style="padding-right: 0; padding-bottom: 16px"
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue