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