From f1c9baf8d494461ce3455fa0378cb00cb60c4173 Mon Sep 17 00:00:00 2001 From: rogee Date: Wed, 6 Aug 2025 19:05:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E9=97=B4=E8=B7=9D=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/css/components/content.css | 4 +--- web/templates/list.html | 29 ++++++++++++++------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/web/static/css/components/content.css b/web/static/css/components/content.css index 8fb3d81..bb8b529 100644 --- a/web/static/css/components/content.css +++ b/web/static/css/components/content.css @@ -321,10 +321,8 @@ .pagination-info { display: flex; align-items: center; - justify-content: space-between; - gap: 16px; + gap: 8px; font-size: 14px; - padding: 12px 16px; } .pagination-text { diff --git a/web/templates/list.html b/web/templates/list.html index e5f1b58..287bfd8 100644 --- a/web/templates/list.html +++ b/web/templates/list.html @@ -199,23 +199,24 @@ + + +
+ + 显示 {{.StartRecord}} - {{.EndRecord}} / {{.Total}} 条记录 + + +
- -
- - 显示 {{.StartRecord}} - {{.EndRecord}} / {{.Total}} 条记录 - - -