From 38720806ebc7cf74b676c0ad7a4a55c31acd432c Mon Sep 17 00:00:00 2001 From: chenx221 Date: Mon, 15 Apr 2024 16:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8linux=E4=B8=8A?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E8=B4=9F=E8=BD=BD=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/admin/sysinfo.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/views/admin/sysinfo.php b/views/admin/sysinfo.php index 7769fda..257d7a5 100644 --- a/views/admin/sysinfo.php +++ b/views/admin/sysinfo.php @@ -1,4 +1,4 @@ -title = '系统信息';
- osType === 2): ?> + osType === 1): ?>

@@ -312,8 +312,8 @@ if(needLoadGraph !== null){ }, yAxis: { type: 'value', - min: 0, - max: 100 + min: 0 + // max: 100 }, series: [ { @@ -322,7 +322,7 @@ if(needLoadGraph !== null){ label: { show: true, position: 'top', - formatter: '{c}%' + formatter: '{c}' }, emphasis: { label: {