From bbf61cf01df2752311d2fedc7c539b4e69b297f2 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 01 四月 2021 09:09:11 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue index 5116fec..19076ee 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue @@ -1,5 +1,5 @@ <template> - <div id="echarts" style="width: 670px;height: 260px;" ref="main"></div> + <div style="width:670px;height:260px;" id="echarts" ref="main"></div> </template> <script> @@ -175,6 +175,9 @@ <style scoped lang="less"> #echarts{ + width: 670px!important; + height: 260px!important; + //position: relative; margin: 0; padding: 0; border: 1px solid #396d83; -- Gitblit v1.8.0