This commit is contained in:
2026-07-30 13:23:06 +08:00
parent 06bd82081a
commit 5dbcea275e
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -371,6 +371,7 @@ function provinceChanged() {
html, body, #app {
width: 100%;
height: 100%;
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
color: #333;
}
-1
View File
@@ -88,7 +88,6 @@ function addMarkers(pois) {
})
currentMarkers.push(marker)
bounds.extend([lat, lng])
})
}