mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +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'"
|
||||
:inverted="appStore.invertedHeader"
|
||||
class="z-1"
|
||||
bordered
|
||||
>
|
||||
<div class="h-60px flex-y-center justify-between">
|
||||
<div class="flex-y-center h-full">
|
||||
@ -107,12 +106,3 @@ appStore.setPrimaryColor()
|
||||
</n-layout>
|
||||
</n-layout>
|
||||
</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