From dfbc6859e4987d0a745caeb4952291bfd894c145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=BA=86=E6=B3=B0?= <12369755+htcloud1@user.noreply.gitee.com> Date: Sat, 22 Aug 2026 15:57:07 +0800 Subject: [PATCH] =?UTF-8?q?style(detail):=20=E5=8F=82=E4=BC=9A=E4=BA=BA=20?= =?UTF-8?q?table=20=E4=B8=8A=E7=A7=BB=E5=88=B0=20=E5=8A=B3=E5=8A=A1?= =?UTF-8?q?=E6=98=8E=E7=BB=86=20+=20=E5=8A=B3=E5=8A=A1=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=20=E4=B8=8A=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ry-vue3/src/views/manager/MeetingDetail.vue | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ry-vue3/src/views/manager/MeetingDetail.vue b/ry-vue3/src/views/manager/MeetingDetail.vue index cd09657..276d5c3 100644 --- a/ry-vue3/src/views/manager/MeetingDetail.vue +++ b/ry-vue3/src/views/manager/MeetingDetail.vue @@ -52,16 +52,7 @@
材料管理
-
-
- {{ r.label }}: - - ¥ {{ materialAmount(r.subType).toFixed(2) }} -
{{ r.hint }}
-
-
- - +
+ 新增参会人 @@ -100,6 +91,15 @@
+ +
+
+ {{ r.label }}: + + ¥ {{ materialAmount(r.subType).toFixed(2) }} +
{{ r.hint }}
+
+
@@ -962,8 +962,8 @@ onMounted(load) .form-actions { display: flex; justify-content: flex-start; padding: 24px 0 0; } -/* 参会人管理 (放在 劳务材料 tab 底部, 无表题) */ -.attendee-section { margin-top: 16px; padding-top: 16px; border-top: 1px dashed #e8e8e8; } +/* 参会人管理 (放在 劳务材料 tab 顶部, 在 劳务明细 + 劳务协议 上面) */ +.attendee-section { padding-bottom: 16px; border-bottom: 1px dashed #e8e8e8; } .attendee-toolbar { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; flex-wrap: wrap; } .toolbar-hint { font-size: 12px; color: #909399; line-height: 1.5; } .form-hint { font-size: 12px; color: #909399; margin-top: -8px; margin-bottom: 8px; line-height: 1.5; }