feat: build vehicle data platform and production pipeline

This commit is contained in:
lingniu
2026-07-14 12:35:33 +08:00
parent b452be3b94
commit bb59303a4b
270 changed files with 88016 additions and 1975 deletions

View File

@@ -7001,6 +7001,26 @@ button.vp-realtime-command-item:focus-visible {
box-shadow: var(--vp-shadow-sm);
}
.vp-map-provider-status {
position: absolute;
left: 12px;
top: 12px;
z-index: 10;
box-shadow: var(--vp-shadow-sm);
}
.vp-amap-marker-shell {
padding: 0;
border: 0;
background: transparent;
display: inline-flex;
align-items: center;
gap: 6px;
color: inherit;
cursor: pointer;
font: inherit;
}
.vp-amap-marker {
min-width: 18px;
height: 18px;
@@ -7030,6 +7050,22 @@ button.vp-realtime-command-item:focus-visible {
0 10px 22px rgba(16, 24, 40, 0.24);
}
.vp-amap-marker-label {
max-width: 116px;
padding: 5px 7px;
border: 1px solid #b8cdfd;
border-radius: 8px;
background: rgba(255, 255, 255, 0.96);
color: #164194;
box-shadow: 0 10px 22px rgba(16, 24, 40, 0.16);
font-size: 12px;
font-weight: 700;
line-height: 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vp-monitor-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 260px;