feat: connect vehicle map to open platform
This commit is contained in:
+19
@@ -592,6 +592,25 @@ body {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.map-info-window {
|
||||
min-width: 190px;
|
||||
max-width: 300px;
|
||||
padding: 11px 14px;
|
||||
border: 1px solid var(--glass-border);
|
||||
border-radius: 12px;
|
||||
background: var(--glass-bg);
|
||||
color: var(--text-main);
|
||||
box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
|
||||
backdrop-filter: blur(18px);
|
||||
font: 12px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
}
|
||||
|
||||
.map-info-window strong {
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.province-info-badge-wrap:hover {
|
||||
z-index: 999 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user