Skip to content

Commit

Permalink
fix: header style error
Browse files Browse the repository at this point in the history
  • Loading branch information
chansee97 committed Jul 15, 2024
1 parent 23afe39 commit 6c03ef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/layouts/leftMenu.layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/mixMenu.layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/topMenu.layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 6c03ef5

Please sign in to comment.