fix: layout style error

This commit is contained in:
chansee97 2024-03-27 16:42:25 +08:00
parent 1b42ffecb6
commit ad2526f89a

View File

@ -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>