派生自 wuyushui/SewerAndRainNetwork

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