fix:Detection模块调整部分样式
This commit is contained in:
@@ -62,8 +62,11 @@
|
|||||||
|
|
||||||
.row__content {
|
.row__content {
|
||||||
display: flex;
|
display: flex;
|
||||||
color: #3976CB;
|
//color: #3976CB;
|
||||||
|
color: #046ECA;
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 14px;
|
||||||
|
|
||||||
&.row__content--link {
|
&.row__content--link {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@@ -77,6 +80,10 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
span{
|
span{
|
||||||
|
font-style: italic;
|
||||||
|
color: #046ECA;
|
||||||
|
}
|
||||||
|
.row__content--span {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #1890FF;
|
color: #1890FF;
|
||||||
}
|
}
|
||||||
@@ -169,13 +176,16 @@
|
|||||||
span {
|
span {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #3976CB;
|
//color: #3976CB;
|
||||||
|
color: #046ECA;
|
||||||
|
font-weight: 600 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.timeline__security-type {
|
.timeline__security-type {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: #3976CB;
|
color: #046ECA;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
.timeline__start-time {
|
.timeline__start-time {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
@@ -60,12 +60,13 @@
|
|||||||
font-family: NotoSansHans-Medium;
|
font-family: NotoSansHans-Medium;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
background: #F5F8FA;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #353636;
|
color: #353636;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
border: 1px solid #E0E0E0;
|
border: 1px solid #E2E5EC;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
@@ -74,7 +75,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
.detection-border {
|
.detection-border {
|
||||||
border: 1px solid #E0E0E0;
|
border: 1px solid #E2E5EC;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.explorer-container {
|
.explorer-container {
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<div class="overview__title">{{$t('detections.goToEntity')}}</div>
|
<div class="overview__title">{{$t('detections.goToEntity')}}</div>
|
||||||
<div class="overview__row">
|
<div class="overview__row">
|
||||||
<div class="row__content">
|
<div class="row__content">
|
||||||
<span>{{ $t('detections.viewDetailOf') }}</span>
|
<span class="row__content--span">{{ $t('detections.viewDetailOf') }}</span>
|
||||||
<span
|
<span
|
||||||
class="row__content--link"
|
class="row__content--link"
|
||||||
@click="goDetail('app', detection.appName)">{{detection.appName}}</span>
|
@click="goDetail('app', detection.appName)">{{detection.appName}}</span>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
<div class="overview__title">{{$t('detections.goToEntity')}}</div>
|
<div class="overview__title">{{$t('detections.goToEntity')}}</div>
|
||||||
<div class="overview__row">
|
<div class="overview__row">
|
||||||
<div class="row__content">
|
<div class="row__content">
|
||||||
<span>{{ $t('detections.viewDetailOf') }}</span>
|
<span class="row__content--span">{{ $t('detections.viewDetailOf') }}</span>
|
||||||
<span
|
<span
|
||||||
class="row__content--link"
|
class="row__content--link"
|
||||||
@click="goDetail('domain', computeSecondaryDomain(detection.domain))">{{detection.domain}}</span>
|
@click="goDetail('domain', computeSecondaryDomain(detection.domain))">{{detection.domain}}</span>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
<div class="overview__title">{{$t('detections.goToEntity')}}</div>
|
<div class="overview__title">{{$t('detections.goToEntity')}}</div>
|
||||||
<div class="overview__row">
|
<div class="overview__row">
|
||||||
<div class="row__content">
|
<div class="row__content">
|
||||||
<span>{{ $t('detections.viewDetailOf') }}</span>
|
<span class="row__content--span">{{ $t('detections.viewDetailOf') }}</span>
|
||||||
<span
|
<span
|
||||||
class="row__content--link"
|
class="row__content--link"
|
||||||
@click="goDetail('ip', detection.serverIp)">{{detection.serverIp}}</span>
|
@click="goDetail('ip', detection.serverIp)">{{detection.serverIp}}</span>
|
||||||
|
|||||||
@@ -164,7 +164,7 @@
|
|||||||
<div class="overview__title">{{ $t('detections.goToVictim') }}</div>
|
<div class="overview__title">{{ $t('detections.goToVictim') }}</div>
|
||||||
<div class="overview__row">
|
<div class="overview__row">
|
||||||
<div class="row__content">
|
<div class="row__content">
|
||||||
<span>{{ $t('detections.viewDetailOf') }}</span>
|
<span class="row__content--span">{{ $t('detections.viewDetailOf') }}</span>
|
||||||
<span
|
<span
|
||||||
class="row__content--link"
|
class="row__content--link"
|
||||||
@click="goDetail('ip', basicInfo.victimIp)">{{ basicInfo.victimIp }}</span>
|
@click="goDetail('ip', basicInfo.victimIp)">{{ basicInfo.victimIp }}</span>
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
<div class="overview__title">{{ $t('detections.goToOffender') }}</div>
|
<div class="overview__title">{{ $t('detections.goToOffender') }}</div>
|
||||||
<div class="overview__row">
|
<div class="overview__row">
|
||||||
<div class="row__content">
|
<div class="row__content">
|
||||||
<span>{{ $t('detections.viewDetailOf') }}</span>
|
<span class="row__content--span">{{ $t('detections.viewDetailOf') }}</span>
|
||||||
<span
|
<span
|
||||||
class="row__content--link"
|
class="row__content--link"
|
||||||
@click="goDetail('ip', basicInfo.offenderIp)"
|
@click="goDetail('ip', basicInfo.offenderIp)"
|
||||||
|
|||||||
Reference in New Issue
Block a user