地图钻取中 如何设置鼠标移动上去的颜色和当前选择地图的颜色
决策报表还是普通报表
代码不一样。
body初始化后事件:
setTimeout(function(){
$(".leaflet-zoom-animated path").on("mouseover mousedown",function(){
$(this).css("fill","red")
});
},1000)