From 6774c444294c57b203d909f9f8a67c4e0ece7c6b 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: Tue, 18 Aug 2026 23:15:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(meetings):=20=E6=89=B9=E9=87=8F=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E6=8C=89=E9=92=AE=E5=8E=BB=20plain=20(disabled=20?= =?UTF-8?q?=E9=A1=BA=E8=89=B2),=20=E6=8F=90=E7=A4=BA=E6=8E=A8=E6=9C=80?= =?UTF-8?q?=E5=8F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ry-vue3/src/views/manager/Meetings.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ry-vue3/src/views/manager/Meetings.vue b/ry-vue3/src/views/manager/Meetings.vue index 4051711..b9d75fb 100644 --- a/ry-vue3/src/views/manager/Meetings.vue +++ b/ry-vue3/src/views/manager/Meetings.vue @@ -36,9 +36,9 @@ - +
@@ -321,7 +321,7 @@ onMounted(load) .breadcrumb { font-size: 13px; color: #8c8c8c; margin-bottom: 12px; } .filter-form { margin-bottom: 12px; } .batch-bar { margin-bottom: 12px; display: flex; gap: 8px; align-items: center; } -.filter-tip { color: #909399; font-size: 12px; } +.filter-tip { color: #909399; font-size: 12px; margin-left: auto; } .date-sep { margin: 0 4px; color: #606266; } .pager { display: flex; justify-content: flex-end; margin-top: 12px; }