From 3471cb159fb65c031d3d1fed758acadc0f6a0d09 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, 4 Aug 2023 15:47:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E4=BD=93=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E3=80=81=E5=88=97=E8=A1=A8=E4=B8=8B=E6=8B=89=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E3=80=81=E5=AE=9E=E4=BD=93=E5=85=B3=E7=B3=BB=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9B=BD=E6=97=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/images/flag/Unknown.svg | 16 ++++++++++++++++ .../views/entityExplorer/entity-explorer.scss | 7 ++++++- .../views/entityExplorer/entity-filter.scss | 11 ++++++----- .../entityExplorer/graphRightListBlock.scss | 4 ++-- src/views/entityExplorer/EntityExplorer.vue | 6 +++--- src/views/entityExplorer/EntityFilter.vue | 14 ++++++++------ .../entityGraph/GraphEntityList.vue | 17 ++++++++++++++--- .../entityList/detailOverview/Ip.vue | 15 +++++++++++++-- 8 files changed, 68 insertions(+), 22 deletions(-) create mode 100644 public/images/flag/Unknown.svg diff --git a/public/images/flag/Unknown.svg b/public/images/flag/Unknown.svg new file mode 100644 index 00000000..d40fd6f8 --- /dev/null +++ b/public/images/flag/Unknown.svg @@ -0,0 +1,16 @@ + + \ No newline at end of file diff --git a/src/assets/css/components/views/entityExplorer/entity-explorer.scss b/src/assets/css/components/views/entityExplorer/entity-explorer.scss index 076c40f0..f1b243bf 100644 --- a/src/assets/css/components/views/entityExplorer/entity-explorer.scss +++ b/src/assets/css/components/views/entityExplorer/entity-explorer.scss @@ -88,12 +88,17 @@ color: #353636; font-weight: 400; } - .explorer-container { + .explorer-container, .explorer-container-new { display: flex; overflow: visible; /*overflow: hidden;*/ height: calc(100% - 120px); position: relative; } + .explorer-container-new { + height: calc(100% - 62px); + flex-direction: column; + width: calc(100% - 340px); + } .explorer-foot { display: flex; justify-content: center; diff --git a/src/assets/css/components/views/entityExplorer/entity-filter.scss b/src/assets/css/components/views/entityExplorer/entity-filter.scss index 71fbb493..bd4bab16 100644 --- a/src/assets/css/components/views/entityExplorer/entity-filter.scss +++ b/src/assets/css/components/views/entityExplorer/entity-filter.scss @@ -56,11 +56,6 @@ color: #353636; font-weight: 400; - .filter-country-flag { - width: 18px; - height: 12px; - } - .filter__body-item-left-index { width: 16px; height: 16px; @@ -99,3 +94,9 @@ } } } + +.filter-country-flag { + width: 18px; + height: 12px; + margin-right: 6px; +} diff --git a/src/assets/css/components/views/entityExplorer/graphRightListBlock.scss b/src/assets/css/components/views/entityExplorer/graphRightListBlock.scss index ca025687..354b3c64 100644 --- a/src/assets/css/components/views/entityExplorer/graphRightListBlock.scss +++ b/src/assets/css/components/views/entityExplorer/graphRightListBlock.scss @@ -107,8 +107,8 @@ $font-size: 12px; } .graph-list-country-flag { - width: 16px; - height: 14px; + width: 14px; + height: 10px; margin-right: 5px; } diff --git a/src/views/entityExplorer/EntityExplorer.vue b/src/views/entityExplorer/EntityExplorer.vue index 49678eff..10e96f16 100644 --- a/src/views/entityExplorer/EntityExplorer.vue +++ b/src/views/entityExplorer/EntityExplorer.vue @@ -25,7 +25,7 @@ :time-filter="timeFilter" @filter="filter" > -