完善页面8

This commit is contained in:
2026-02-24 10:35:34 +08:00
parent f814db2f12
commit 92d6e8144d
90 changed files with 1183 additions and 1887 deletions

View File

@@ -24,9 +24,8 @@ const loading = ref<boolean>(false)
<style scoped lang="scss">
.page-container {
padding: 20px;
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
background: #f5f5f5;
}
.page-header {
@@ -50,7 +49,7 @@ const loading = ref<boolean>(false)
.page-content {
background: #fff;
border-radius: 4px;
padding: 24px;
padding: var(--admin-card-padding);
}
.placeholder-card {