feat(ui): elevate project overview for executive readout

This commit is contained in:
Cheng Zhou
2026-03-04 16:34:25 +08:00
parent 1b920520d6
commit 90d724a5fe
4 changed files with 82 additions and 4 deletions
+15
View File
@@ -188,6 +188,21 @@
color: var(--unified-muted-color);
}
.unified-shell .kpi-enterprise {
min-height: 132px;
border-radius: 14px;
padding: 16px;
}
.unified-shell .kpi-enterprise .kpi-title {
font-size: 16px;
line-height: 1.25;
}
.unified-shell .kpi-enterprise .kpi-value {
font-size: 34px;
}
@media (max-width: 960px) {
.unified-action-bar,
.unified-section {