From 698336838679a2dc5f492eec2a68fb83bffab527 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:09:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(detail):=20=E5=8F=82=E4=BC=9A=E4=BA=BA?= =?UTF-8?q?=E8=A1=A8=E5=A4=96=E5=B1=82=E5=8A=A0=20overflow-x:auto,=20?= =?UTF-8?q?=E9=98=B2=2013=20=E5=88=97=E6=92=91=E7=88=86=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E7=BD=91=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ry-vue3/src/views/manager/MeetingDetail.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ry-vue3/src/views/manager/MeetingDetail.vue b/ry-vue3/src/views/manager/MeetingDetail.vue index d01706e..7bb4d47 100644 --- a/ry-vue3/src/views/manager/MeetingDetail.vue +++ b/ry-vue3/src/views/manager/MeetingDetail.vue @@ -58,7 +58,13 @@ + 新增参会人 按手机号定位; 手机号未注册将自动建 sys_user (用户名=密码=手机号) - + +
+ @@ -94,6 +100,7 @@ 暂无参会人, 点击右上"新增参会人"按手机号添加 +
@@ -991,4 +998,6 @@ 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%; } \ No newline at end of file