From dc24803e0bc49c5a356b7eaad43060d463469a51 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 08 三月 2023 16:10:20 +0800
Subject: [PATCH] 1.车间生产看板优化

---
 src/utils/myEcharts.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/myEcharts.js b/src/utils/myEcharts.js
index b545b5c..2f65912 100644
--- a/src/utils/myEcharts.js
+++ b/src/utils/myEcharts.js
@@ -394,8 +394,8 @@
       }
     },
     grid: {
-      left: '10%',
-      right: '5%',
+      left: '5%',
+      right: '10%',
       bottom: '0%',
       top: '10%',
       containLabel: true

--
Gitblit v1.9.3