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}} 条记录 - - -