CN-381 feat : Detection 安全事件界面列表增加域名信息

This commit is contained in:
zhangxiaolong
2022-03-14 11:38:51 +08:00
parent c3b7136d3c
commit 2be788909f
4 changed files with 65 additions and 12 deletions

View File

@@ -36,13 +36,23 @@
.row__content {
display: flex;
color: #3976CB;
&.row__content--link {
font-style: italic;
text-decoration: underline;
color: #1890FF;
cursor: pointer;
}
.row__content--link{
font-style: italic;
text-decoration: underline;
color: #1890FF;
cursor: pointer;
}
span{
font-style: italic;
color: #1890FF;
}
}
}
}