style: 调整app-main样式

This commit is contained in:
张传龙 2022-03-20 17:00:47 +08:00
parent f62f59720d
commit 4f78bcb77c

View File

@ -14,12 +14,7 @@ import AppMain from './components/AppMain.vue'
<n-layout-header>
<app-header />
</n-layout-header>
<n-layout
position="absolute"
content-style="height: 100%;"
style="top: 60px; background-color: #f5f6fb"
:native-scrollbar="false"
>
<n-layout position="absolute" style="top: 60px; background-color: #f5f6fb" :native-scrollbar="false">
<app-main />
</n-layout>
</n-layout>