From ae5c2a19d9257200a5ad485ca69203afcca99524 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 16:12:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(detail):=20=E5=8F=82=E4=BC=9A=E4=BA=BA?= =?UTF-8?q?=E8=A1=A8=E6=94=B9=E4=B8=BA=20style=3D"width:=20800px"=20?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E9=99=90=E5=AE=BD,=20=E7=A7=BB=E9=99=A4=20wr?= =?UTF-8?q?ap=20div?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ry-vue3/src/views/manager/MeetingDetail.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ry-vue3/src/views/manager/MeetingDetail.vue b/ry-vue3/src/views/manager/MeetingDetail.vue index 4aa5ef2..c57953c 100644 --- a/ry-vue3/src/views/manager/MeetingDetail.vue +++ b/ry-vue3/src/views/manager/MeetingDetail.vue @@ -59,12 +59,11 @@ 按手机号定位; 手机号未注册将自动建 sys_user (用户名=密码=手机号) -
- + @@ -100,7 +99,6 @@ 暂无参会人, 点击右上"新增参会人"按手机号添加 -
@@ -998,6 +996,5 @@ onMounted(load) .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; } -/* 表格溢出横向滚动, 不撑爆 .left-col 的 2fr 网格槽, 不挤压右侧 audit-column */ -.attendee-table-wrap { overflow-x: auto; max-width: 100%; } +/* (参会人表固定宽度已写在 el-table style 上, 不再需要 wrap div) */ \ No newline at end of file