diff --git a/src/components/SectionDivider/SectionDivider.vue b/src/components/SectionDivider/SectionDivider.vue index b1a2c39..76370b6 100644 --- a/src/components/SectionDivider/SectionDivider.vue +++ b/src/components/SectionDivider/SectionDivider.vue @@ -2,7 +2,8 @@
- + +
{{ title }} @@ -26,7 +27,7 @@ export default { .section-divider { display: flex; align-items: center; - margin: 5px 0 30px 20px; + margin: 5px 0 14px 20px; } /* 蓝色竖线(带圆角) */ @@ -72,4 +73,12 @@ export default { background-color: #ddd; /* 灰色 */ margin-left: 8px; /* 与文字的间距 */ } + +.left-icon{ + width: 8px; + height: 18px; + background-color: #1890ff; + margin-right: 8px; + border-radius: 10px; +} \ No newline at end of file diff --git a/src/views/admin/orgInfo/components/OrgApplyInfoForm.vue b/src/views/admin/orgInfo/components/OrgApplyInfoForm.vue index b5aa33d..e41c05a 100644 --- a/src/views/admin/orgInfo/components/OrgApplyInfoForm.vue +++ b/src/views/admin/orgInfo/components/OrgApplyInfoForm.vue @@ -1,17 +1,14 @@