From 53534d39569d2c3d8e909e9519503991a8bd2698 Mon Sep 17 00:00:00 2001 From: Gemini Wen Date: Tue, 20 Jan 2026 00:18:51 +0800 Subject: [PATCH] =?UTF-8?q?style(admin):=20=E7=BB=9F=E4=B8=80=E5=88=97?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE=E5=88=B0?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E6=8C=89=E9=92=AE=E5=8F=B3=E4=BE=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将订阅管理和账号管理页面的列设置按钮移动到刷新按钮右侧, 与用户管理页面保持一致的布局。 Co-Authored-By: Claude Opus 4.5 --- .../admin/account/AccountTableActions.vue | 1 + frontend/src/views/admin/AccountsView.vue | 2 +- frontend/src/views/admin/SubscriptionsView.vue | 16 ++++++++-------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/admin/account/AccountTableActions.vue b/frontend/src/components/admin/account/AccountTableActions.vue index 91ebd239..8dffd6d1 100644 --- a/frontend/src/components/admin/account/AccountTableActions.vue +++ b/frontend/src/components/admin/account/AccountTableActions.vue @@ -4,6 +4,7 @@ + diff --git a/frontend/src/views/admin/AccountsView.vue b/frontend/src/views/admin/AccountsView.vue index c11675b7..dfb6da4b 100644 --- a/frontend/src/views/admin/AccountsView.vue +++ b/frontend/src/views/admin/AccountsView.vue @@ -16,7 +16,7 @@ @sync="showSync = true" @create="showCreate = true" > -