From 129ddf652d71a16a95f1712bdbe0039d87ff0c39 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 17 Jan 2022 18:07:23 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=20datacenter=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/globalSearch/globalSearch.vue | 2 +- .../src/components/common/globalSearch/searchItemInfo.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nezha-fronted/src/components/common/globalSearch/globalSearch.vue b/nezha-fronted/src/components/common/globalSearch/globalSearch.vue index 3f5c0c3cc..7998d918a 100644 --- a/nezha-fronted/src/components/common/globalSearch/globalSearch.vue +++ b/nezha-fronted/src/components/common/globalSearch/globalSearch.vue @@ -214,7 +214,7 @@ export default { selectIcon (item) { switch (item.type) { case 'asset' : return 'nz-icon-overview-project' - case 'datacenter' : return 'nz-icon-datacenter2' + case 'datacenter' : return 'nz-icon-Datacenter2' case 'project' : return 'nz-icon-project' case 'module' : return 'nz-icon-overview-module' case 'endpoint' : return 'nz-icon-overview-endpoint' diff --git a/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue b/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue index b08220be9..74ffb5b88 100644 --- a/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue +++ b/nezha-fronted/src/components/common/globalSearch/searchItemInfo.vue @@ -419,7 +419,7 @@ export default { selectIcon (item) { switch (item.type) { case 'asset' : return 'nz-icon-overview-project' - case 'datacenter' : return 'nz-icon-model' + case 'datacenter' : return 'nz-icon-Datacenter2' case 'project' : return 'nz-icon-project' case 'module' : return 'nz-icon-overview-module' case 'endpoint' : return 'nz-icon-overview-endpoint'