feat(platform-web): make vehicle summary filters actionable

This commit is contained in:
lingniu
2026-07-04 03:46:12 +08:00
parent b7e8aae317
commit ede44ee3d9
4 changed files with 118 additions and 14 deletions

View File

@@ -213,6 +213,20 @@ body {
background: #fbfcff;
}
.vp-result-summary-button {
width: 100%;
text-align: left;
font: inherit;
cursor: pointer;
}
.vp-result-summary-button:hover,
.vp-result-summary-button:focus-visible {
border-color: rgba(22, 100, 255, 0.42);
background: #f5f9ff;
outline: none;
}
.vp-result-summary-value {
color: var(--vp-text);
font-size: 22px;