ZZJ
2022-09-02 17e2cb23e7720ef1ba90d17456efae338eee4c4c
src/views/dataView/index.vue
@@ -29,7 +29,7 @@
          <div class="center-count">
            <b style="font-size: 40px;">{{ warnTotal }}</b>
            <p style="margin-top:2px">7日内预警总量</p>
            <p style="margin-top:35px">设备总量: 974</p>
            <p style="margin-top:35px">场景总量: 974</p>
            <p style="margin-top:5px">监测点总量: {{ cameraTotal }}</p>
          </div>
        </div>
@@ -331,7 +331,8 @@
      },
      pieChartOption: {
        tooltip: {
          trigger: "item"
          trigger: "item",
          formatter: "{b} {d}%" //只要百分比
        },
        legend: {
          top: "70%",