From dce3921beb57e5b100611d18240948e8c7fcc2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Fri, 14 Jul 2023 11:08:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E4=BD=93=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=BC=B9=E7=AA=97=E5=88=97=E8=A1=A8=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E8=B0=83=E6=95=B4=EF=BC=8C=E4=BB=A5=E5=8F=8A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AE=9E=E4=BD=93=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/components/views/charts2/graphRightListBlock.scss | 6 +++--- src/views/entityExplorer/entityGraphDetail/GraphDetail.vue | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/css/components/views/charts2/graphRightListBlock.scss b/src/assets/css/components/views/charts2/graphRightListBlock.scss index aa2b5169..ca025687 100644 --- a/src/assets/css/components/views/charts2/graphRightListBlock.scss +++ b/src/assets/css/components/views/charts2/graphRightListBlock.scss @@ -81,7 +81,7 @@ $font-size: 12px; } .graph-list-item-block { - width: 300px; + width: 100%; background: rgba(247, 247, 247, 1); border: 1px solid rgba(226, 229, 236, 1); border-radius: 2px; @@ -91,7 +91,7 @@ $font-size: 12px; display: flex; .graph-list-item-label, .graph-list-item-label__app { - width: 62px; + width: 72px; //margin-right: 15px; font-size: $font-size; color: #717171; @@ -100,7 +100,7 @@ $font-size: 12px; } .graph-list-item-label__app { - width: 73px; + width: 83px; display: flex; align-items: flex-start; line-height: 22px; diff --git a/src/views/entityExplorer/entityGraphDetail/GraphDetail.vue b/src/views/entityExplorer/entityGraphDetail/GraphDetail.vue index 6bd4e338..fab38906 100644 --- a/src/views/entityExplorer/entityGraphDetail/GraphDetail.vue +++ b/src/views/entityExplorer/entityGraphDetail/GraphDetail.vue @@ -209,7 +209,7 @@ export default { }, iconClass () { let className - switch (this.entity.entityType) { + switch (this.entity.type) { case ('ip'): { className = 'cn-icon cn-icon-ip2' break