feat(platform): integrate runtime amap vehicle maps
This commit is contained in:
@@ -252,6 +252,50 @@ body {
|
||||
background-size: 36px 36px;
|
||||
}
|
||||
|
||||
.vp-amap-canvas {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
}
|
||||
|
||||
.vp-map-fallback {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background:
|
||||
linear-gradient(90deg, rgba(22, 100, 255, 0.08) 1px, transparent 1px),
|
||||
linear-gradient(0deg, rgba(22, 100, 255, 0.08) 1px, transparent 1px),
|
||||
rgba(248, 251, 255, 0.94);
|
||||
background-size: 36px 36px;
|
||||
}
|
||||
|
||||
.vp-map-fallback-status {
|
||||
position: absolute;
|
||||
left: 12px;
|
||||
bottom: 12px;
|
||||
box-shadow: var(--vp-shadow-sm);
|
||||
}
|
||||
|
||||
.vp-amap-marker {
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
padding: 0 5px;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 999px;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
line-height: 14px;
|
||||
text-align: center;
|
||||
box-shadow: 0 8px 18px rgba(16, 24, 40, 0.2);
|
||||
}
|
||||
|
||||
.vp-amap-marker-online {
|
||||
background: var(--vp-success);
|
||||
}
|
||||
|
||||
.vp-amap-marker-offline {
|
||||
background: var(--vp-warning);
|
||||
}
|
||||
|
||||
.vp-monitor-layout {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 260px;
|
||||
|
||||
Reference in New Issue
Block a user