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 |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasECharts.vue
index 91cb387..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: {
@@ -150,11 +151,12 @@
 
 <style scoped lang="less">
     .main{
-        background: #00fff6;
+        background: rgba(255, 255, 255, 0.1);
     }
     #echarts{
         width: 600px;
-        height: 260px;
+        //height: 260px;
+        height: 100%;
         position: relative;
         margin: 0;
         padding: 0;

--
Gitblit v1.8.0