From 050e0a8a1dd24e3ceb385bb7d3a7df7ea8e2cec5 Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 15 Jun 2022 18:46:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(app):=20=E4=BF=AE=E5=A4=8Dmap=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=83=8F=E7=B4=A0=E7=B2=BE=E5=BA=A6=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E6=BC=8F=E5=87=BA=E8=83=8C=E6=99=AF=E8=89=B2=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/app-plus/view/components/map/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/app-plus/view/components/map/index.vue b/src/platforms/app-plus/view/components/map/index.vue index 2266c270c..5985544ba 100644 --- a/src/platforms/app-plus/view/components/map/index.vue +++ b/src/platforms/app-plus/view/components/map/index.vue @@ -501,7 +501,7 @@ export default { top: 0; left: 0; overflow: hidden; - background-color: black; + background-color: transparent; } .uni-map-slot { -- GitLab