From f640ed9e0b1ae5ba002ef5ffe99fdb00b77d8a86 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 17 Jul 2021 10:08:35 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory

---
 src/views/home/indexEchart.js |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/home/indexEchart.js b/src/views/home/indexEchart.js
index 6713d35..321e9fe 100644
--- a/src/views/home/indexEchart.js
+++ b/src/views/home/indexEchart.js
@@ -31,7 +31,7 @@
     ],
     legend: {
       data: ["自招保安单位", "保安培训公司", "保安服务公司", "武装守押公司"],
-      bottom: "8%",
+      bottom: "1%",
       itemWidth: 20,
       textStyle: {
         color: "#fff"
@@ -40,7 +40,7 @@
     grid: {
       left: "5%",
       right: "6%",
-      bottom: "18%",
+      bottom: "10%",
       containLabel: true
     },
     xAxis: {
@@ -140,7 +140,7 @@
     ],
     legend: {
       data: ["持证人数", "未持证人数"],
-      bottom: "8%",
+      bottom: "1%",
       itemWidth: 20,
       textStyle: {
         color: "#fff"
@@ -149,7 +149,7 @@
     grid: {
       left: "5%",
       right: "6%",
-      bottom: "18%",
+      bottom: "15%",
       containLabel: true
     },
     xAxis: {
@@ -467,7 +467,7 @@
     },
     grid: {
       top: "16%",
-      bottom: "54%",
+      bottom: "55%",
       left: "50%",
       containLabel: false
     },

--
Gitblit v1.9.3