fix(@vben/web-antd): enlarge full reduction card title typography

This commit is contained in:
2026-03-02 08:50:28 +08:00
parent d5e03c0949
commit d1c3af6c08

View File

@@ -30,8 +30,9 @@
.mfr-card-name {
overflow: hidden;
text-overflow: ellipsis;
font-size: 15px;
font-weight: 600;
font-size: 18px;
font-weight: 700;
line-height: 1.35;
color: var(--mfr-text);
white-space: nowrap;
}