feat: base 调整t-card__header最小高度

This commit is contained in:
caoqianming 2025-11-07 09:07:26 +08:00
parent 9d8f274c75
commit 5b6c29b606
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ body {
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
.t-card__header {
padding: 8px 12px;
min-height: 36px;
}