lxl
2022-10-19 cfcd9a35c74ce88da3647a0be3f1459fe5086ed1
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,