src/components/tools/LayerTree.vue
@@ -263,7 +263,7 @@ districtList.value.forEach((item) => { item.showBillboard = true; item.className = "district"; item.type = "泥石流"; // item.type = "泥石流"; //数据icon设置 const entity = createPoint(item); entity.show = false; list.push(entity); @@ -384,6 +384,7 @@ </script> <style lang="less" scoped> @import url("../../assets/css/infobox.css"); .layer-tree { background: url("@/assets/img/tools/plotting_new.png"); width: 200px;