feat: build vehicle data platform and production pipeline
This commit is contained in:
@@ -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;
|
||||
|
||||
8380
vehicle-data-platform/apps/web/src/styles/prototype.css
Normal file
8380
vehicle-data-platform/apps/web/src/styles/prototype.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user