Merge remote-tracking branch 'origin/huangzhenbao-admin'

This commit is contained in:
not-like-juvenile
2026-03-18 17:14:05 +08:00
676 changed files with 25158 additions and 46646 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

@@ -85,9 +85,9 @@ const handleEdit = (item: MemberRight) => {
<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

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