From 5b6c29b60608e729ab3dfeb55747118f6d364107 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 7 Nov 2025 09:07:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20=E8=B0=83=E6=95=B4t-card=5F=5Fhe?= =?UTF-8?q?ader=E6=9C=80=E5=B0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style/index.css b/src/style/index.css index feb577f..041e7c2 100644 --- a/src/style/index.css +++ b/src/style/index.css @@ -9,3 +9,8 @@ body { font-weight: normal; font-style: normal; } + +.t-card__header { + padding: 8px 12px; + min-height: 36px; +}