mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
fix: header style error
This commit is contained in:
parent
23afe39c65
commit
6c03ef53a3
@ -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 />
|
||||||
|
@ -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
|
||||||
|
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user