style: 调整app-main样式
This commit is contained in:
parent
f62f59720d
commit
4f78bcb77c
@ -14,12 +14,7 @@ import AppMain from './components/AppMain.vue'
|
|||||||
<n-layout-header>
|
<n-layout-header>
|
||||||
<app-header />
|
<app-header />
|
||||||
</n-layout-header>
|
</n-layout-header>
|
||||||
<n-layout
|
<n-layout position="absolute" style="top: 60px; background-color: #f5f6fb" :native-scrollbar="false">
|
||||||
position="absolute"
|
|
||||||
content-style="height: 100%;"
|
|
||||||
style="top: 60px; background-color: #f5f6fb"
|
|
||||||
:native-scrollbar="false"
|
|
||||||
>
|
|
||||||
<app-main />
|
<app-main />
|
||||||
</n-layout>
|
</n-layout>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
|
Loading…
Reference in New Issue
Block a user