From 5a2754b19e79136df3f4be5dab168d9c68b0504f Mon Sep 17 00:00:00 2001 From: RhenCloud Date: Sun, 7 Dec 2025 14:44:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20FriendsSection=20?= =?UTF-8?q?=E5=92=8C=20PageSwitcher=20=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E4=BD=BF=E6=8C=89=E9=92=AE=E5=92=8C=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=B1=85=E4=B8=AD=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FriendsSection.vue | 3 ++- src/components/PageSwitcher.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/FriendsSection.vue b/src/components/FriendsSection.vue index 58fc43e..9259f13 100644 --- a/src/components/FriendsSection.vue +++ b/src/components/FriendsSection.vue @@ -148,6 +148,7 @@ h2 { } .actions { display: flex; + justify-content: center; align-items: center; gap: 10px; margin-bottom: 10px; @@ -205,7 +206,7 @@ h2 { display: flex; align-items: center; gap: 10px; - justify-content: flex-end; + justify-content: center; } .form-actions .primary { min-width: 120px; diff --git a/src/components/PageSwitcher.vue b/src/components/PageSwitcher.vue index 824f05f..81af53a 100644 --- a/src/components/PageSwitcher.vue +++ b/src/components/PageSwitcher.vue @@ -82,7 +82,7 @@ button:disabled { grid-template-columns: 1fr; } .dots { - justify-content: flex-start; + justify-content: center; } }