From 7d3d36128ecd599c7294191fe7ddeddd9de7cec4 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 31 三月 2021 21:15:24 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue index b0fbc35..dd4da05 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue +++ b/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,7 +177,7 @@ #echarts{ width: 670px!important; height: 260px!important; - position: relative; + //position: relative; margin: 0; padding: 0; /*background-color: rgba(0, 0, 0, 0.6);*/ -- Gitblit v1.8.0