fix: layout and utilsStore

This commit is contained in:
puriphatt 2024-07-02 09:11:10 +00:00
parent 7f3c22c79b
commit bcd81d0f41
4 changed files with 7788 additions and 7723 deletions

View file

@ -87,11 +87,10 @@ function navigateTo(label: string, destination: string) {
<template>
<!-- Drawer -->
<q-drawer
:breakpoint="500"
v-model="leftDrawerOpen"
behavior="mobile"
side="left"
show-if-above
:breakpoint="599"
:width="$q.screen.lt.md ? 200 : 300"
>
<div class="main-bar">
<div
@ -155,4 +154,8 @@ function navigateTo(label: string, destination: string) {
}
}
}
:deep(.q-drawer) {
z-index: 5 !important;
}
</style>