派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 de4923d43848c66990fcd5553f388932a68ef21a
弹窗显示
2个文件已修改
4 ■■■■ 已修改文件
src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/WasteWater/WasteWater.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue
@@ -155,7 +155,8 @@
    }
    #echarts{
        width: 600px;
        height: 260px;
        //height: 260px;
        height: 100%;
        position: relative;
        margin: 0;
        padding: 0;
src/components/BaseNav/WasteWater/WasteWater.js
@@ -30,7 +30,6 @@
  DrawWasteWaterContent (data) {
    // 图标样式扩展
    const WasteWaterIcon = this.WasteWaterIcon()
    // //加载数据前如果存在图层组 那么清除掉
    if (this.WasteWaterLayerGroup) {
      this.WasteWaterLayerGroup.clearLayers()