feat(platform-web): switch vehicle detail sources

This commit is contained in:
lingniu
2026-07-04 01:28:08 +08:00
parent edca567d52
commit a12d86e6f4
3 changed files with 135 additions and 18 deletions

View File

@@ -173,6 +173,10 @@ body {
gap: 12px;
}
.vp-source-toolbar {
margin-bottom: 12px;
}
.vp-source-card {
min-height: 86px;
padding: 12px;
@@ -181,6 +185,11 @@ body {
background: #fbfcff;
}
.vp-source-card-active {
border-color: rgba(22, 100, 255, 0.5);
background: rgba(22, 100, 255, 0.06);
}
.vp-source-card-head {
display: flex;
align-items: center;
@@ -189,6 +198,10 @@ body {
margin-bottom: 12px;
}
.vp-source-card-actions {
margin-top: 12px;
}
.vp-realtime-strip {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));