feat: base 调整t-card__header最小高度
This commit is contained in:
parent
9d8f274c75
commit
5b6c29b606
|
|
@ -9,3 +9,8 @@ body {
|
|||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.t-card__header {
|
||||
padding: 8px 12px;
|
||||
min-height: 36px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue