完善页面细节

This commit is contained in:
2026-02-25 11:39:54 +08:00
parent 92d6e8144d
commit 8ec05b331b
131 changed files with 5273 additions and 585 deletions

View File

@@ -91,7 +91,9 @@ const handleSave = () => {
<style scoped>
.admin-page-container {
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
padding: 0;
background-color: transparent;
min-height: auto;
}
.breadcrumb {
display: flex;

View File

@@ -119,7 +119,9 @@ const handleSave = () => {
<style scoped>
.admin-page-container {
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
padding: 0;
background-color: transparent;
min-height: auto;
}
.breadcrumb {
display: flex;

View File

@@ -85,7 +85,9 @@ const handleSave = () => {
<style scoped>
.admin-page-container {
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
padding: 0;
background-color: transparent;
min-height: auto;
}
.breadcrumb {
display: flex;

View File

@@ -64,7 +64,9 @@ const navigateTo = (url : string) => { uni.navigateTo({ url }) }
<style scoped>
.admin-page-container {
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
padding: 0;
background-color: transparent;
min-height: auto;
}
.breadcrumb { display: flex; flex-direction: row; align-items: center; margin-bottom: 20px; }
.bc-item { font-size: 14px; color: #999; }

View File

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

View File

@@ -156,7 +156,9 @@ const handleSave = () => {
<style scoped>
.admin-page-container {
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
padding: 0;
background-color: transparent;
min-height: auto;
}
.breadcrumb {
display: flex;

View File

@@ -202,7 +202,9 @@ const getCloudData = () : any[] => {
<style scoped>
.admin-page {
/* 使用 Layout 的背景和内边距 */
min-height: 100vh;
padding: 0;
background-color: transparent;
min-height: auto;
}
.breadcrumb {