派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-13 af153c8d632eef5bcf6210182a5585b313a35e27
src/components/BaseNav/PublicBounced/GasComponents/PublicChart.vue
@@ -26,13 +26,17 @@
import EChartsHour from './EChartsHour'
import EChartsDate from './EChartsDate'
import ECharts from './Echarts'
// import EChartsDate from './EChartsDate'
import EChartsHourWasteWater from './EChartsHourWasteWater'
export default {
  name: 'PublicChart',
  components: {
    EChartsHour,
    EChartsDate,
    ECharts
    ECharts,
    // EChartsDate
    EChartsHourWasteWater
  },
  data () {
    return {
@@ -45,9 +49,6 @@
      // debugger
    }
  }
  // created () {
  //   this.$refs.CreateChart
  // }
}
</script>
@@ -112,10 +113,10 @@
    margin-right: 10px;
    padding:0 15px
}
.tab li.hover,
.tab li:hover {
  background-color: #0e639e;
  color: #682000;
  color: #fff;
  cursor: pointer;
}
.legend{