From 0e09fe487e2c5fcde66353df9b3b0bee7d8d5e64 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 31 三月 2021 19:02:55 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue index 74f2569..65a7885 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue @@ -32,8 +32,9 @@ }, grid: { left: '3%', - // right: '20%', - // bottom: '3%', + right: '1%', + bottom: '3%', + top: '10%', containLabel: true }, toolbox: { @@ -154,7 +155,8 @@ } #echarts{ width: 600px; - height: 260px; + //height: 260px; + height: 100%; position: relative; margin: 0; padding: 0; -- Gitblit v1.8.0