From 4d9249d2a4e7091e2099f8257cd8f5655d8171ad Mon Sep 17 00:00:00 2001
From: easy <1358086367@qq.com>
Date: Wed, 8 Mar 2023 11:25:59 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E9=A6=96=E9=A1=B5=E7=BB=84=E4=BB=B6?=
=?UTF-8?q?=E6=9B=BF=E6=8D=A2=E3=80=81=E6=9D=83=E9=99=90=E5=88=A4=E6=96=AD?=
=?UTF-8?q?=E6=96=B9=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/home/components/BasicCountCard.vue | 77 +++++++++++++------
src/views/home/components/BootCard.vue | 11 ++-
.../components/ComprehensiveHome/index.vue | 65 +++++-----------
.../home/components/DevOpsHome/index.vue | 58 +++++---------
.../home/components/DeviceHome/index.vue | 21 +++--
src/views/home/components/StepCard.vue | 2 +-
src/views/home/{typing.ts => typing.d.ts} | 4 +-
7 files changed, 118 insertions(+), 120 deletions(-)
rename src/views/home/{typing.ts => typing.d.ts} (93%)
diff --git a/src/views/home/components/BasicCountCard.vue b/src/views/home/components/BasicCountCard.vue
index 44b11b0c..6fb3c62e 100644
--- a/src/views/home/components/BasicCountCard.vue
+++ b/src/views/home/components/BasicCountCard.vue
@@ -1,58 +1,91 @@
-
-
- 基础统计
-
-
- 详情
-
+
+
基础统计
+
详情
CPU使用率
-
{{ cpu }}
+
{{ cpu + '%' }}
JVM内存
-
{{ jvm }}
+
{{ jvm + '%' }}
-
+