扫码关注官方订阅号
javascript怎样设置高德地图Logo的位置? android可以设置,但是通过javascript怎么设置了?
认证0级讲师
貌似没有找到设置的选项,我的解决办法是直接覆盖css
css
比如设置到右下角
css.amap-logo{ right:0 !important; left:auto !important; } .amap-copyright{ right:70px !important; left:auto !important; }
.amap-logo{ right:0 !important; left:auto !important; } .amap-copyright{ right:70px !important; left:auto !important; }
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
貌似没有找到设置的选项,我的解决办法是直接覆盖
css比如设置到右下角