From 615beeac5a92cd3a34cfd655cb2153661c845416 Mon Sep 17 00:00:00 2001 From: rogee Date: Wed, 6 Aug 2025 16:00:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BAinline-flex=E5=B9=B6=E5=A2=9E=E5=8A=A0=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E5=AE=BD=E5=BA=A6=E5=92=8C=E5=86=85=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/css/app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/static/css/app.css b/web/static/css/app.css index 23fc7f5..eb64f6b 100644 --- a/web/static/css/app.css +++ b/web/static/css/app.css @@ -340,11 +340,12 @@ input[type="search"]::-webkit-search-results-decoration { } .pagination-button { - display: flex; + display: inline-flex; align-items: center; justify-content: center; - width: 32px; + min-width: 32px; height: 32px; + padding: 0 12px; border: 1px solid var(--border-medium); border-radius: var(--radius-sm); background: var(--bg-primary); @@ -352,6 +353,7 @@ input[type="search"]::-webkit-search-results-decoration { font-size: 14px; text-decoration: none; transition: all 0.2s ease; + white-space: nowrap; } .pagination-button:hover {