fix: layout and utilsStore
This commit is contained in:
parent
7f3c22c79b
commit
bcd81d0f41
4 changed files with 7788 additions and 7723 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue