From 6efb9acfc534d6dd1be52c85b417a1190d0120b8 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Tue, 18 Jun 2024 15:44:43 +0800 Subject: [PATCH] =?UTF-8?q?CN-1548=20feat:=20=E8=B0=83=E6=95=B4right=20box?= =?UTF-8?q?=E7=9A=84ip=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entityExplorer/entityGraph/GraphEntityDetail.vue | 2 +- src/views/entityExplorer/entityGraph/GraphEntityList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue b/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue index cd848d82..ae3dae70 100644 --- a/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue +++ b/src/views/entityExplorer/entityGraph/GraphEntityDetail.vue @@ -128,7 +128,7 @@ export default { let className switch (_.get(this.node, 'data.entityType', '')) { case ('ip'): { - className = 'cn-icon cn-icon-ip2' + className = 'cn-icon cn-icon-resolve-ip' break } case ('domain'): { diff --git a/src/views/entityExplorer/entityGraph/GraphEntityList.vue b/src/views/entityExplorer/entityGraph/GraphEntityList.vue index f8350426..8b730671 100644 --- a/src/views/entityExplorer/entityGraph/GraphEntityList.vue +++ b/src/views/entityExplorer/entityGraph/GraphEntityList.vue @@ -182,7 +182,7 @@ export default { let className switch (_.get(this.node, 'data.entityType', '')) { case ('ip'): { - className = 'cn-icon cn-icon-ip2' + className = 'cn-icon cn-icon-resolve-ip' break } case ('domain'): {