This commit is contained in:
wangzenghua 2025-04-30 10:35:33 +01:00
parent deedf1e3a4
commit 13d1cdeef3
2 changed files with 4 additions and 11 deletions

View File

@ -58,6 +58,10 @@
<div class="_name">{{ item.name }}</div> <div class="_name">{{ item.name }}</div>
<div class="_time">{{ item.time }}</div> <div class="_time">{{ item.time }}</div>
</div> </div>
<div style="text-align: center">
<img src="../../../assets/1.png" style="width: 30%" />
<div>监测报告</div>
</div>
</section> </section>
</section> </section>
</section> </section>

View File

@ -202,17 +202,6 @@ const chartsData = reactive({
}, },
}, },
backgroundColor: 'transparent', backgroundColor: 'transparent',
visualMap: {
//
min: 1,
max: 500,
calculable: true,
show: true,
color: ['#f44336', '#fc9700', '#ffde00', '#ffde00', '#00eaff'],
textStyle: {
color: '#fff',
},
},
geo: { geo: {
map: mapName.value, map: mapName.value,
zoom: 1.2, zoom: 1.2,