vue开发隐藏引用高德地图的logo和文字方法
//scss
<style lang='scss' scoped>
:deep(.amap-logo),
:deep(.amap-copyright) {
display: none !important;
}
</style>
python数据分析实训任务二(‘风力风向’)
阅读 8
2024-06-26
//scss
<style lang='scss' scoped>
:deep(.amap-logo),
:deep(.amap-copyright) {
display: none !important;
}
</style>
相关推荐
精彩评论(0)