Compare commits

...

2 Commits

Author SHA1 Message Date
18c9175845 chore(@vben/web-antd): sync coupon card style changes
Some checks failed
Build and Deploy TenantUI / build-and-deploy (push) Failing after 2s
2026-03-02 08:54:53 +08:00
d1c3af6c08 fix(@vben/web-antd): enlarge full reduction card title typography 2026-03-02 08:50:28 +08:00
2 changed files with 4 additions and 3 deletions

View File

@@ -216,9 +216,9 @@
padding: 0 8px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
color: #475569;
white-space: nowrap;
background: #f1f5f9;
border-radius: 999px;
}

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;
}