CN-1273 自定义library增加tag颜色选择功能

This commit is contained in:
hyx
2023-10-09 11:55:19 +08:00
parent 6f72b2258f
commit 16e63ab905
6 changed files with 121 additions and 16 deletions

View File

@@ -1156,7 +1156,6 @@ height: 100%;
.el-form {
margin-top: 20px;
width: 620px;
label {
padding-bottom: 6px;
font-size: 14px;
@@ -1191,6 +1190,7 @@ height: 100%;
.el-input__inner {
background-color: white !important;
padding-left: 22px !important;
}
}
}
@@ -1872,3 +1872,24 @@ height:300px !important;
}
}
}
.knowledge-color {
display:flex;
flex-direction: row;
align-items: center;
.knowledge-color__icon {
width: 10px;
height: 10px;
border-radius: 2px;
margin-right:6px;
margin-left:2px;
}
}
.info {
background-color:rgb(119,131,145)
}
.benign {
background-color:rgb(116,159,77)
}
.malicious {
background-color:rgb(226,97,84)
}