Commit 25d1a1ec1ed69972d8651801024a266c52bc15ec
1 parent
a0643bc4
fix(device/localtion): 修复弹出信息窗口map存在阴影
Showing
1 changed file
with
4 additions
and
1 deletions
| @@ -438,9 +438,12 @@ | @@ -438,9 +438,12 @@ | ||
| 438 | }, | 438 | }, |
| 439 | }); | 439 | }); |
| 440 | </script> | 440 | </script> |
| 441 | -<style scoped> | 441 | +<style scoped lang="less"> |
| 442 | .wrapper { | 442 | .wrapper { |
| 443 | position: relative; | 443 | position: relative; |
| 444 | + :deep(.BMap_shadow) { | ||
| 445 | + display: none; | ||
| 446 | + } | ||
| 444 | } | 447 | } |
| 445 | .right-wrap { | 448 | .right-wrap { |
| 446 | padding-top: 10px; | 449 | padding-top: 10px; |