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)
- +
diff --git a/src/components/deskModule/SystemMonitor/components/GenericProgress/index.vue b/src/components/deskModule/SystemMonitor/components/GenericProgress/index.vue index 5848626..f42ec5e 100644 --- a/src/components/deskModule/SystemMonitor/components/GenericProgress/index.vue +++ b/src/components/deskModule/SystemMonitor/components/GenericProgress/index.vue @@ -19,7 +19,7 @@ defineProps()