fix: left drawer responsive
This commit is contained in:
parent
2fd21a5ac7
commit
6c170436c2
2 changed files with 28 additions and 11 deletions
|
|
@ -97,6 +97,7 @@ function branchSetting() {}
|
|||
<template>
|
||||
<!-- Drawer -->
|
||||
<q-drawer
|
||||
no-swipe-open
|
||||
v-model="leftDrawerOpen"
|
||||
side="left"
|
||||
:breakpoint="599"
|
||||
|
|
@ -222,8 +223,7 @@ function branchSetting() {}
|
|||
|
||||
:deep(.q-drawer) {
|
||||
transition: 0.1s width ease-in-out;
|
||||
|
||||
background-color: var(--surface-0);
|
||||
background-color: transparent;
|
||||
padding: var(--size-4);
|
||||
padding-right: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue