fix: left drawer responsive

This commit is contained in:
puriphatt 2024-07-04 10:39:54 +00:00
parent 2fd21a5ac7
commit 6c170436c2
2 changed files with 28 additions and 11 deletions

View file

@ -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;
}