feat: CN-1592 UI 新增Tag检索界面(新增修改部分,导入数据部分未完成)

This commit is contained in:
hyx
2024-04-09 22:50:54 +08:00
parent 465203a1d1
commit 79fb9babff
9 changed files with 1669 additions and 14 deletions

View File

@@ -286,15 +286,15 @@
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
border-radius: 12px;
}
.unknow {
.unknow-list {
background-color:rgba(119,131,145,0.1) !important;
color:rgb(119,131,145)
}
.benign {
.benign-list {
background-color:rgba(116,159,77,0.1) !important;
color:rgb(116,159,77)
}
.malicious {
.malicious-list {
background-color:rgba(226,97,84,0.1) !important;
color:rgb(226,97,84)
}