From 140a0f16ae1672ae5613f3a069ce1cec3b9d9533 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 05:00:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=AD=97=E4=BD=93=E5=8A=A0?= =?UTF-8?q?=E5=A4=A7=EF=BC=9Abody=2015px=EF=BC=8C=E7=BB=88=E7=AB=AF?= =?UTF-8?q?=E5=AF=86=E9=9B=86=E6=96=87=E5=AD=97=20+1px=EF=BC=8Ctext-xs/tex?= =?UTF-8?q?t-sm=20=E4=B8=8A=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/globals.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/app/globals.css b/frontend/app/globals.css index d5549847..781d39ef 100644 --- a/frontend/app/globals.css +++ b/frontend/app/globals.css @@ -174,9 +174,18 @@ body { font-family: var(--font-data); + font-size: 15px; background: var(--color-bg-base); color: var(--color-text-primary); } + + /* Global font-size bump for data-dense terminal panels */ + .text-\[9px\] { font-size: 10px; } + .text-\[10px\] { font-size: 11px; } + .text-\[11px\] { font-size: 12px; } + .text-xs { font-size: 0.8rem; line-height: 1.35rem; } + .text-sm { font-size: 0.9rem; line-height: 1.45rem; } + table { font-size: inherit; } } /* ══════════════════════════════════════════════════════════════