完善页面细节

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

@@ -65,9 +65,9 @@ const records = ref([
<style scoped lang="scss">
.marketing-member-record {
padding: 16px;
background: #f0f2f5;
min-height: 100vh;
padding: 0;
background: transparent;
min-height: auto;
}
.border-shadow {

View File

@@ -58,9 +58,9 @@ const handleEdit = (item: any) => {
<style scoped lang="scss">
.marketing-member-right {
padding: 16px;
background: #f0f2f5;
min-height: 100vh;
padding: 0;
background: transparent;
min-height: auto;
}
.border-shadow {

View File

@@ -60,9 +60,9 @@ const handleEdit = (item: any) => {
<style scoped lang="scss">
.marketing-member-type {
padding: 16px;
background: #f0f2f5;
min-height: 100vh;
padding: 0;
background: transparent;
min-height: auto;
}
.border-shadow {