From 4e94e86d20946b27e7dacebf8089cc415726f964 Mon Sep 17 00:00:00 2001 From: pqcqaq <905739777@qq.com> Date: Sat, 25 Oct 2025 00:38:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- es/components/oauth/records/styles.module.less | 6 ++++++ src/components/oauth/records/styles.module.less | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/es/components/oauth/records/styles.module.less b/es/components/oauth/records/styles.module.less index b7a581516..6ab9afe5a 100644 --- a/es/components/oauth/records/styles.module.less +++ b/es/components/oauth/records/styles.module.less @@ -182,4 +182,10 @@ .empty p { font-size: 16px; margin: 0; +} + +.paginationWrapper { + margin-top: 32px; + display: flex; + justify-content: center; } \ No newline at end of file diff --git a/src/components/oauth/records/styles.module.less b/src/components/oauth/records/styles.module.less index b7a581516..6ab9afe5a 100644 --- a/src/components/oauth/records/styles.module.less +++ b/src/components/oauth/records/styles.module.less @@ -182,4 +182,10 @@ .empty p { font-size: 16px; margin: 0; +} + +.paginationWrapper { + margin-top: 32px; + display: flex; + justify-content: center; } \ No newline at end of file