From de4923d43848c66990fcd5553f388932a68ef21a Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 31 三月 2021 18:39:57 +0800 Subject: [PATCH] 弹窗显示 --- 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