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