fix: header style error

This commit is contained in:
chansee97 2024-07-15 13:13:55 +08:00
parent 23afe39c65
commit 6c03ef53a3
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ const appStore = useAppStore()
embedded
:native-scrollbar="false"
>
<n-layout-header bordered position="absolute" class="z-1">
<n-layout-header bordered position="absolute" class="z-999">
<div v-if="!appStore.contentFullScreen" class="h-60px flex-y-center justify-between">
<div class="flex-y-center h-full">
<CollapaseButton />

View File

@ -99,7 +99,7 @@ function updateTopMenu(key: string) {
embedded
:native-scrollbar="false"
>
<n-layout-header bordered position="absolute" class="z-1">
<n-layout-header bordered position="absolute" class="z-999">
<div v-if="!appStore.contentFullScreen" class="h-60px flex-y-center justify-between">
<CollapaseButton />
<n-menu

View File

@ -22,7 +22,7 @@ const appStore = useAppStore()
class="h-full flex flex-col" content-style="display: flex;flex-direction: column;min-height:100%;"
embedded :native-scrollbar="false"
>
<n-layout-header bordered position="absolute" class="z-1">
<n-layout-header bordered position="absolute" class="z-999">
<div v-if="!appStore.contentFullScreen" class="h-60px flex-y-center justify-between shrink-0">
<Logo v-if="appStore.showLogo" />
<Menu mode="horizontal" responsive />