From d3e3cf5d58168cad1e2fa3c96e2381c21aabcab4 Mon Sep 17 00:00:00 2001 From: Sun <95302870@qq.com> Date: Wed, 3 Jan 2024 20:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E5=B0=86=E6=89=80=E6=9C=89?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E6=94=BE=E5=9C=A8=E9=A1=B6=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/deskModule/SystemMonitor/index.vue | 7 ++++++- src/views/home/index.vue | 7 +++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/deskModule/SystemMonitor/index.vue b/src/components/deskModule/SystemMonitor/index.vue index 254679a..d2ccc9a 100644 --- a/src/components/deskModule/SystemMonitor/index.vue +++ b/src/components/deskModule/SystemMonitor/index.vue @@ -8,6 +8,7 @@ import { bytesToSize } from '@/utils/cmn' interface ProgressStyle { color: string railColor: string + height: number } let timer: NodeJS.Timer @@ -15,6 +16,7 @@ const systemMonitorData = ref(null) const progressStyle = ref({ color: 'white', railColor: 'rgba(0, 0, 0, 0.5)', + height: 5, }) const svgStyle = { width: '25px', @@ -64,7 +66,7 @@ onUnmounted(() => {