feat: connect vehicle map to open platform

This commit is contained in:
lingniu
2026-08-03 19:55:38 +08:00
parent d72f3442b2
commit 53506afbde
11 changed files with 585 additions and 422 deletions
+19
View File
@@ -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;
}