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 embedded
:native-scrollbar="false" :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 v-if="!appStore.contentFullScreen" class="h-60px flex-y-center justify-between">
<div class="flex-y-center h-full"> <div class="flex-y-center h-full">
<CollapaseButton /> <CollapaseButton />

View File

@ -99,7 +99,7 @@ function updateTopMenu(key: string) {
embedded embedded
:native-scrollbar="false" :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 v-if="!appStore.contentFullScreen" class="h-60px flex-y-center justify-between">
<CollapaseButton /> <CollapaseButton />
<n-menu <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%;" class="h-full flex flex-col" content-style="display: flex;flex-direction: column;min-height:100%;"
embedded :native-scrollbar="false" 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"> <div v-if="!appStore.contentFullScreen" class="h-60px flex-y-center justify-between shrink-0">
<Logo v-if="appStore.showLogo" /> <Logo v-if="appStore.showLogo" />
<Menu mode="horizontal" responsive /> <Menu mode="horizontal" responsive />