diff --git a/ry-vue3/src/views/manager/Meetings.vue b/ry-vue3/src/views/manager/Meetings.vue
index 286af95..4051711 100644
--- a/ry-vue3/src/views/manager/Meetings.vue
+++ b/ry-vue3/src/views/manager/Meetings.vue
@@ -10,7 +10,7 @@
- 至
+ 至
@@ -320,8 +320,9 @@ onMounted(load)
.manager-meetings { padding: 16px; }
.breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 12px; }
.filter-form { margin-bottom: 12px; }
-.batch-bar { display: flex; gap: 8px; margin-bottom: 12px; align-items: center; }
+.batch-bar { margin-bottom: 12px; display: flex; gap: 8px; align-items: center; }
.filter-tip { color: #909399; font-size: 12px; }
+.date-sep { margin: 0 4px; color: #606266; }
.pager { display: flex; justify-content: flex-end; margin-top: 12px; }
/* 当前阶段 tag 颜色 (业务专用, 其它页没有) */