派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-01 9b4688d253fe2ab54868ba10ff5bd89051971d0c
src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue
@@ -1,8 +1,5 @@
<template>
  <div class="GasEts">
    <div id="echarts" ref="main">
    </div>
  </div>
    <div style="width:670px;height:260px;" id="echarts" ref="main"></div>
</template>
<script>
@@ -180,10 +177,9 @@
  #echarts{
    width: 670px!important;
    height: 260px!important;
    position: relative;
    //position: relative;
    margin: 0;
    padding: 0;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    border: 1px solid #396d83;
    margin: 10px 10px 10px 10px;
  }