diff --git a/src/components/common/ItemCard/index.vue b/src/components/common/ItemCard/index.vue index e6b6f9f..7685a7f 100644 --- a/src/components/common/ItemCard/index.vue +++ b/src/components/common/ItemCard/index.vue @@ -6,7 +6,7 @@ interface Prop { cardTypeStyle: PanelPanelConfigStyleEnum class?: string backgroundColor?: string - iconTextIconHideTitle: boolean // 隐藏小图标标题 + iconTextIconHideTitle?: boolean // 隐藏小图标标题 iconTextColor?: string // 小图标文字颜色 iconText?: string // 小图标文字 } diff --git a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/index.vue b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/index.vue index 3f5f61e..49fd477 100644 --- a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/index.vue +++ b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/index.vue @@ -1,10 +1,5 @@