feat(platform): make vehicle detail source agnostic

This commit is contained in:
lingniu
2026-07-03 21:31:11 +08:00
parent f9b8182949
commit 0438d054f6
4 changed files with 358 additions and 61 deletions

View File

@@ -140,6 +140,21 @@ body {
line-height: 1.65;
}
.vp-table-footer {
min-height: 52px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding-top: 12px;
}
.vp-vehicle-summary {
min-height: 72px;
display: flex;
align-items: center;
}
.semi-navigation-item-text {
font-size: 14px;
}