From c5c103b287a89fc48fc7c54c5f68479ef6999aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Sun, 6 Sep 2026 22:53:34 +0800 Subject: [PATCH] =?UTF-8?q?align(account=C2=B7=E5=83=8F=E7=B4=A0=E5=A4=8D?= =?UTF-8?q?=E5=88=BB):=20=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86/=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=9D=83=E9=99=90=E9=85=8D=E7=BD=AE/=E5=88=86?= =?UTF-8?q?=E7=BB=84=E7=AE=A1=E7=90=86=20=E4=B8=89=E9=A1=B5=E8=87=AA?= =?UTF-8?q?=E7=BB=98=E5=A4=8D=E5=88=BB=E6=97=A7=E7=89=88(panel-users/colum?= =?UTF-8?q?ns/group-manage)=E2=80=94=E2=80=94=E5=8E=9F=E7=94=9F=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC+btn-sm=E8=A1=8C=E6=93=8D=E4=BD=9C+=E5=8E=9F=E7=94=9Fc?= =?UTF-8?q?onfirm=E5=88=A0=E9=99=A4+=E6=97=A7=E5=BC=8F=E5=88=86=E9=A1=B5(?= =?UTF-8?q?=E8=8F=9C=E5=8D=95/=E5=88=86=E7=BB=84=E5=85=A8=E9=87=8F?= =?UTF-8?q?=E6=97=A0=E5=88=86=E9=A1=B5=E5=90=8C=E6=97=A7=E7=89=88)+?= =?UTF-8?q?=E5=88=86=E7=BB=84=E6=91=98=E8=A6=81chips=EF=BC=9B=E5=88=9B?= =?UTF-8?q?=E5=BB=BA/=E7=BC=96=E8=BE=91/=E8=8F=9C=E5=8D=95=E6=A0=91?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E4=BF=9D=E7=95=99=E7=8E=B0=E6=9C=89=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/account/GroupsPage.vue | 362 ++++++++++---- .../src/pages/account/MenusPage.vue | 348 +++++++++---- .../src/pages/account/UsersPage.vue | 456 ++++++++++++++---- .../tests/align-account-row-buttons.test.ts | 23 +- .../tests/align-column-width.test.ts | 12 +- .../tests/align-pagination.test.ts | 16 +- 6 files changed, 927 insertions(+), 290 deletions(-) diff --git a/admin-frontend-vue/src/pages/account/GroupsPage.vue b/admin-frontend-vue/src/pages/account/GroupsPage.vue index 47c15798..b970ce10 100644 --- a/admin-frontend-vue/src/pages/account/GroupsPage.vue +++ b/admin-frontend-vue/src/pages/account/GroupsPage.vue @@ -1,11 +1,14 @@