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') }}