fix admin.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user