feat(platform): show vehicle location posture

This commit is contained in:
lingniu
2026-07-04 13:58:35 +08:00
parent 1365ce2a30
commit e515a4251e
3 changed files with 167 additions and 2 deletions

View File

@@ -699,6 +699,41 @@ body {
min-width: 0;
}
.vp-vehicle-map-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 280px;
gap: 16px;
}
.vp-vehicle-detail-map {
height: 300px;
}
.vp-vehicle-map-side {
display: flex;
min-width: 0;
flex-direction: column;
gap: 10px;
}
.vp-vehicle-map-source {
display: flex;
min-height: 84px;
flex-direction: column;
gap: 6px;
padding: 12px;
border: 1px solid var(--vp-border);
border-radius: var(--vp-radius);
background: #fbfcff;
}
.vp-vehicle-map-source-main {
display: flex;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.vp-source-toolbar {
margin-bottom: 12px;
}
@@ -747,6 +782,7 @@ body {
.vp-stat-workspace,
.vp-stat-insight-grid,
.vp-stat-definition-grid,
.vp-vehicle-map-layout,
.vp-playback-layout,
.vp-playback-timeline {
grid-template-columns: 1fr;