fix: left drawer & drawer btn z-index
This commit is contained in:
parent
7de0f225e6
commit
3b13f0c3e1
2 changed files with 1 additions and 11 deletions
|
|
@ -157,8 +157,4 @@ function navigateTo(label: string, destination: string) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep(.q-drawer) {
|
|
||||||
z-index: 9999 !important;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -175,13 +175,7 @@ onMounted(async () => {
|
||||||
<!-- drawer control -->
|
<!-- drawer control -->
|
||||||
<div
|
<div
|
||||||
style="position: relative"
|
style="position: relative"
|
||||||
:style="
|
:style="$q.screen.gt.xs ? 'z-index: 1000' : 'z-index: 1'"
|
||||||
$q.screen.gt.xs
|
|
||||||
? leftDrawerOpen
|
|
||||||
? 'z-index: 9999'
|
|
||||||
: 'z-index: 999'
|
|
||||||
: 'z-index: 1'
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<q-avatar
|
<q-avatar
|
||||||
size="36px"
|
size="36px"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue