+
+
+
@@ -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