From 38bfc8469d64a01380e675e7ae83964ccbac164a Mon Sep 17 00:00:00 2001 From: hzm <934585316@qq.com> Date: Sun, 1 Feb 2026 15:43:07 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E7=A8=8D=E5=BE=AE=E6=94=BE=E5=A4=A7?= =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=B8=8B=E6=B6=A8=E8=B7=8C=E5=B9=85?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E7=9A=84=E6=95=B0=E5=AD=97=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/globals.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/globals.css b/app/globals.css index 274c9f4..5eb011d 100644 --- a/app/globals.css +++ b/app/globals.css @@ -243,7 +243,7 @@ body { } .stat .badge { padding: 2px 6px; - font-size: 10px; + font-size: 13px; width: fit-content; } .card .title { @@ -251,10 +251,11 @@ body { } .item .name { max-width: 100px; + font-size: 14px; } .item .badge { padding: 2px 4px; - font-size: 10px; + font-size: 12px; } } .up { color: var(--danger); }