fix admin.

This commit is contained in:
2023-03-14 12:25:48 +08:00
parent b3ec4ef63e
commit 477cece1e7
9 changed files with 153 additions and 79 deletions

View File

@@ -9,7 +9,7 @@ import Header from "../Header.vue"
<n-layout-header bordered class="header">
<Header />
</n-layout-header>
<n-layout-content class="content">
<n-layout-content content-style="padding: 16px">
<router-view></router-view>
</n-layout-content>
<Login />
@@ -21,7 +21,4 @@ import Header from "../Header.vue"
.header {
padding: 8px;
}
.content {
padding: 16px;
}
</style>