From 92f4769e0ac947146bbc4df04435e8ddbcf3885b Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 28 Oct 2025 11:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=91=98=E5=B7=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E7=94=B3=E8=AF=B7=E5=AE=A1=E6=A0=B8-=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SectionDivider/SectionDivider.vue | 13 +- .../components/EmployeesApplyForm.vue | 112 +++++++++++------- 2 files changed, 81 insertions(+), 44 deletions(-) diff --git a/src/components/SectionDivider/SectionDivider.vue b/src/components/SectionDivider/SectionDivider.vue index b1a2c39..cf6e801 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/employeesapply/components/EmployeesApplyForm.vue b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue index efbeaf5..52e57ae 100644 --- a/src/views/admin/employeesapply/components/EmployeesApplyForm.vue +++ b/src/views/admin/employeesapply/components/EmployeesApplyForm.vue @@ -4,51 +4,55 @@