From 5ecf096e4028a21e48b249f6ed6bf6a22fbf6325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= Date: Tue, 15 Nov 2022 11:36:40 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9ADetection=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/detections/detection-overview.scss | 18 ++++++++++++++---- .../views/entityExplorer/entity-explorer.scss | 5 +++-- .../DetectionPerformanceEventAppOverview.vue | 2 +- ...DetectionPerformanceEventDomainOverview.vue | 2 +- .../DetectionPerformanceEventIpOverview.vue | 2 +- .../DetectionSecurityEventOverview.vue | 4 ++-- 6 files changed, 22 insertions(+), 11 deletions(-) diff --git a/src/assets/css/components/views/detections/detection-overview.scss b/src/assets/css/components/views/detections/detection-overview.scss index c9a0b5ac..ccb762f9 100644 --- a/src/assets/css/components/views/detections/detection-overview.scss +++ b/src/assets/css/components/views/detections/detection-overview.scss @@ -62,8 +62,11 @@ .row__content { display: flex; - color: #3976CB; - + //color: #3976CB; + color: #046ECA; + font-weight: 500; + font-size: 14px; + &.row__content--link { font-style: italic; text-decoration: underline; @@ -77,6 +80,10 @@ cursor: pointer; } span{ + font-style: italic; + color: #046ECA; + } + .row__content--span { font-style: italic; color: #1890FF; } @@ -169,13 +176,16 @@ span { padding-left: 5px; font-size: 14px; - color: #3976CB; + //color: #3976CB; + color: #046ECA; + font-weight: 600 !important; } } .timeline__security-type { font-size: 12px; - color: #3976CB; + color: #046ECA; margin-bottom: 10px; + font-weight: 500; } .timeline__start-time { font-size: 12px; diff --git a/src/assets/css/components/views/entityExplorer/entity-explorer.scss b/src/assets/css/components/views/entityExplorer/entity-explorer.scss index fbdbff72..4500a602 100644 --- a/src/assets/css/components/views/entityExplorer/entity-explorer.scss +++ b/src/assets/css/components/views/entityExplorer/entity-explorer.scss @@ -60,12 +60,13 @@ font-family: NotoSansHans-Medium; height: 28px; line-height: 28px; + background: #F5F8FA; font-size: 14px; color: #353636; font-weight: 500; padding: 0 10px; margin-right: 10px; - border: 1px solid #E0E0E0; + border: 1px solid #E2E5EC; border-radius: 2px; cursor: pointer; } @@ -74,7 +75,7 @@ font-size: 14px; } .detection-border { - border: 1px solid #E0E0E0; + border: 1px solid #E2E5EC; border-radius: 4px; } .explorer-container { diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index 85c1433b..8c39c72d 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -46,7 +46,7 @@
{{$t('detections.goToEntity')}}
- {{ $t('detections.viewDetailOf') }}   + {{ $t('detections.viewDetailOf') }}   {{detection.appName}} diff --git a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue index ec7d59d3..73dcc36e 100644 --- a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue @@ -49,7 +49,7 @@
{{$t('detections.goToEntity')}}
- {{ $t('detections.viewDetailOf') }}   + {{ $t('detections.viewDetailOf') }}   {{detection.domain}} diff --git a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue index 8dddc86a..60b82e64 100644 --- a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue @@ -40,7 +40,7 @@
{{$t('detections.goToEntity')}}
- {{ $t('detections.viewDetailOf') }}   + {{ $t('detections.viewDetailOf') }}   {{detection.serverIp}} diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index c05b86d0..a9b0d67a 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -164,7 +164,7 @@
{{ $t('detections.goToVictim') }}
- {{ $t('detections.viewDetailOf') }}   + {{ $t('detections.viewDetailOf') }}   {{ basicInfo.victimIp }} @@ -173,7 +173,7 @@
{{ $t('detections.goToOffender') }}
- {{ $t('detections.viewDetailOf') }}   + {{ $t('detections.viewDetailOf') }}