From 3a82949afc64147209be046f9298d55096abd0c3 Mon Sep 17 00:00:00 2001 From: Sun <95302870@qq.com> Date: Fri, 5 Jan 2024 13:58:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SystemMonitor/components/GenericMonitorCard/index.vue | 4 ++-- .../SystemMonitor/components/GenericProgress/index.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue b/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue index 6ecdaed..d571a34 100644 --- a/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue +++ b/src/components/deskModule/SystemMonitor/components/GenericMonitorCard/index.vue @@ -17,7 +17,7 @@ interface Prop { textColor?: string cardTypeStyle: PanelPanelConfigStyleEnum // monitorType: string - icon: string + icon?: string class?: string backgroundColor?: string } @@ -40,7 +40,7 @@ const propClass = ref(props.class)