From cfcd9a35c74ce88da3647a0be3f1459fe5086ed1 Mon Sep 17 00:00:00 2001 From: lxl <lixuliang_hd@126.com> Date: 星期三, 19 十月 2022 14:46:59 +0800 Subject: [PATCH] 控制 --- 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