fix: 实体列表样式调整以及禁止detection右侧活跃攻击方条形图的文字点击

This commit is contained in:
刘洪洪
2023-11-14 14:42:42 +08:00
parent 0eb0346abc
commit 4662061fc5
3 changed files with 15 additions and 3 deletions

View File

@@ -109,7 +109,7 @@
flex-direction: row;
flex-wrap: wrap;
.basic-info__item {
.basic-info__item, .basic-info__item1 {
padding-right: 30px;
.item__box {
@@ -172,6 +172,14 @@
color: #666;
}
}
.basic-info__item1 {
span: {
color: #666;
}
span:first-of-type {
color: #666;
}
}
.row-item-label {
font-family: NotoSansSChineseRegular;