feat(platform-web): link summary kpis to vehicle filters

This commit is contained in:
lingniu
2026-07-04 03:32:51 +08:00
parent 948dc774d0
commit a2ccc4a498
7 changed files with 141 additions and 18 deletions

View File

@@ -165,6 +165,27 @@ body {
margin-bottom: 16px;
}
.vp-kpi-card {
overflow: hidden;
}
.vp-kpi-button {
width: 100%;
min-height: 94px;
padding: 20px 24px;
border: 0;
background: transparent;
text-align: left;
cursor: pointer;
font: inherit;
}
.vp-kpi-button:hover,
.vp-kpi-button:focus-visible {
background: #f8fbff;
outline: none;
}
.vp-kpi-value {
font-size: 28px;
font-weight: 700;