From 4d9eb3412fbf823aa86c59ef086f95e45be0b6a1 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 13 十月 2022 18:22:15 +0800
Subject: [PATCH] 1

---
 src/views/maintenance/systemMonitoring.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/views/maintenance/systemMonitoring.vue b/src/views/maintenance/systemMonitoring.vue
index 6a41b81..7310a0a 100644
--- a/src/views/maintenance/systemMonitoring.vue
+++ b/src/views/maintenance/systemMonitoring.vue
@@ -210,7 +210,7 @@
       }
       this.echartData.push(parseFloat(res.cpuInfo.cpuSysUsage));
       this.lineChart1();
-      console.log(this.memInfo.usage);
+
       this.lineChart2(this.memInfo.usage);
     },
     SetTableData2(res) {
@@ -268,7 +268,7 @@
             fontSize: 15,
             fontFamily: 'Microsoft Yahei',
             fontWeight: 'normal',
-            color: '#00FFFF',
+            color: 'black',
             rich: {
               a: {
                 fontSize: 15,
@@ -290,9 +290,10 @@
                 left: '10',
                 top: '50',
                 style: {
-                  fill: '#00FFFF',
+                  fill: 'black',
                   text: '浣跨敤鐜�',
-                  font: '14px Microsoft YaHei',
+                  font: '20px Microsoft YaHei',
+                  fontWeight: '900',
                 },
               },
             ],
@@ -315,15 +316,15 @@
                 colorStops: [
                   {
                     offset: 1,
-                    color: 'rgba(68, 145, 253, 0)',
+                    color: 'rgba(126,147,211, 0)',
                   },
                   {
                     offset: 0.5,
-                    color: 'rgba(68, 145, 253, .25)',
+                    color: 'rgba(126,147,211, .25)',
                   },
                   {
                     offset: 0,
-                    color: 'rgba(68, 145, 253, 1)',
+                    color: 'rgba(126,147,211, 1)',
                   },
                 ],
                 globalCoord: false,

--
Gitblit v1.9.3