fix: drawer width
This commit is contained in:
parent
34c7b1c65f
commit
ded20e65bb
2 changed files with 11 additions and 5 deletions
|
|
@ -33,7 +33,17 @@ function reset() {
|
|||
<q-drawer
|
||||
@before-hide="reset"
|
||||
@hide="close"
|
||||
:breakpoint="1366"
|
||||
:width="
|
||||
$q.screen.gt.xs
|
||||
? $q.screen.gt.sm
|
||||
? $q.screen.gt.md
|
||||
? $q.screen.gt.lg
|
||||
? 1400
|
||||
: 1200
|
||||
: 1000
|
||||
: 700
|
||||
: 510
|
||||
"
|
||||
v-model="drawerOpen"
|
||||
behavior="mobile"
|
||||
side="right"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue