From 29cb0b5b6db39f426ea0ea792d08f325cff395fc Mon Sep 17 00:00:00 2001
From: zpzgiser <45806316+zpzgiser@users.noreply.github.com>
Date: Sat, 17 Jul 2021 01:45:51 +0800
Subject: [PATCH] 首页内容部分更改,加保安单位经营情况研判模块页面

---
 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