完善页面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

@@ -117,7 +117,10 @@ const handleSave = () => { uni.showToast({ title: '提交成功' }) }
</script>
<style scoped>
.admin-page-container { min-height: 100vh; background-color: #f5f7f9; padding: 20px; }
.admin-page-container {
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
}
.breadcrumb { display: flex; flex-direction: row; margin-bottom: 20px; }
.bc-item { font-size: 14px; color: #999; }
.bc-item.active { color: #333; }