fix: 01 form responsive
This commit is contained in:
parent
c05e26f36b
commit
331a45ad4e
7 changed files with 145 additions and 119 deletions
|
|
@ -49,7 +49,7 @@ const currentTab = defineModel<string>('currentTab');
|
|||
<div
|
||||
class="surface-1"
|
||||
style="padding: 0; border-radius: var(--radius-2); height: 100%"
|
||||
:style="`max-width:${maxWidth ? maxWidth : '85%'}; width: ${width ? width : '85%'}; height: ${height ? height : '85vh'} `"
|
||||
:style="`max-width:${$q.screen.xs ? '100%' : maxWidth ? maxWidth : '85%'}; width: ${$q.screen.xs ? '100%' : width ? width : '85%'}; height: ${height ? height : '85vh'} `"
|
||||
>
|
||||
<q-form
|
||||
greedy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue