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(() => {