From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 16 一月 2023 10:35:15 +0800
Subject: [PATCH] 廊坊代码更新

---
 src/components/echart23.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/components/echart23.vue b/src/components/echart23.vue
index ff4f70e..b7bc3ac 100644
--- a/src/components/echart23.vue
+++ b/src/components/echart23.vue
@@ -131,7 +131,7 @@
         title: {
           // show: false,
           text: '閮ㄩ棬浣跨敤鏁版嵁',
-          // x: "4%",
+          top: 15,
           textStyle: {
             color: '#fff',
             // fontSize: "22",
@@ -186,12 +186,12 @@
           axisLine: {
             //鎸囧悜澶栧湀鏂囨湰鐨勫垎闅旂嚎鏍峰紡
             lineStyle: {
-              color: '#153269',
+              color: '#FFF',
             },
           },
           splitLine: {
             lineStyle: {
-              color: '#113865', // 鍒嗛殧绾块鑹�
+              color: '#FFF', // 鍒嗛殧绾块鑹�
               width: 1, // 鍒嗛殧绾跨嚎瀹�
             },
           },
@@ -225,10 +225,12 @@
 //@import url(); 寮曞叆鍏叡css绫�
 .systemMonitoring_box {
   padding: 20px;
+  width: 100%;
+  height: 100%;
 
   #echart23 {
-    width: 100%;
-    height: 100%;
+    width: calc(100% - 40px);
+  height: calc(100% - 40px);
   }
 }
 </style>

--
Gitblit v1.9.3