mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
fix: layout style error
This commit is contained in:
parent
1b42ffecb6
commit
ad2526f89a
@ -48,7 +48,6 @@ appStore.setPrimaryColor()
|
|||||||
:position="appStore.fixedHeader ? 'absolute' : 'static'"
|
:position="appStore.fixedHeader ? 'absolute' : 'static'"
|
||||||
:inverted="appStore.invertedHeader"
|
:inverted="appStore.invertedHeader"
|
||||||
class="z-1"
|
class="z-1"
|
||||||
bordered
|
|
||||||
>
|
>
|
||||||
<div class="h-60px flex-y-center justify-between">
|
<div class="h-60px flex-y-center justify-between">
|
||||||
<div class="flex-y-center h-full">
|
<div class="flex-y-center h-full">
|
||||||
@ -107,12 +106,3 @@ appStore.setPrimaryColor()
|
|||||||
</n-layout>
|
</n-layout>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.n-layout-sider {
|
|
||||||
box-shadow: 2px 0 8px #1d23290d;
|
|
||||||
}
|
|
||||||
.n-layout-header {
|
|
||||||
box-shadow: 0 1px 2px #00152914;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user