fix(growth): align sales freshness with report SLA
Some checks failed
CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
ogt
2026-07-15 01:38:57 +08:00
parent de6933c137
commit 11d3865dfc
17 changed files with 422 additions and 85 deletions

View File

@@ -701,6 +701,21 @@
overflow-wrap: anywhere;
}
.dashboard-section-label .meta.is-fresh,
.dashboard-section-label .meta.is-grace {
color: var(--momo-success);
}
.dashboard-section-label .meta.is-warning {
color: var(--momo-warning-text);
}
.dashboard-section-label .meta.is-critical,
.dashboard-section-label .meta.is-future,
.dashboard-section-label .meta.is-invalid {
color: var(--momo-danger);
}
.dashboard-kpi-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));