派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-30 8e2f05701ae08a22630b3ff1bd490945e5a936ba
src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue
@@ -8,7 +8,7 @@
    <div class="border_corner border_corner_right_bottom"></div>
    <div class="main">
      <div class="main-echarts">
        <div id="echarts" style="width:100%;height:100%" ref="main"></div>
        <div  id="echarts" ref="main"></div>
      </div>
    </div>
  </div>
@@ -116,8 +116,8 @@
<style scoped lang="less">
.win {
  width: 100%;
  height: 100%;
  //width: 100%;
  //height: 100%;
  position: relative;
  //display: inline-block;
  background-color: rgba(33, 41, 69,0.9);
@@ -158,7 +158,13 @@
  width: 100%;
  height: 100%;
  .main-echarts{
    width: 100%;
    height: 100%;
    border: 1px solid #396d83;
  }
    #echarts{
      width: 425px;
      height: 300px;
  }
}
</style>