perf: 优化高德地图

This commit is contained in:
奔跑的面条
2022-10-29 17:14:47 +08:00
parent 38f92febb7
commit 112138fdc5
9 changed files with 386 additions and 215 deletions
+9 -1
View File
@@ -1 +1,9 @@
// 页面全局样式
// 页面全局样式
// 去除高德地图 logo
.amap-logo {
display: none !important;
opacity: 0 !important;
}
.amap-copyright {
opacity: 0 !important;
}