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;

View File

@@ -545,8 +545,10 @@ export default {
const vm = this
detectionChart.off('click')
detectionChart.on('click', e => {
this.getFilter(e.data[1], vm.filterData.securityEvent[4].column)
vm.filterData.securityEvent[4].value = vm.triggerFilterDataValue(vm.filterData.securityEvent[4].value, e.data[1])
if (e.data) {
vm.getFilter(e.data[1], vm.filterData.securityEvent[4].column)
vm.filterData.securityEvent[4].value = vm.triggerFilterDataValue(vm.filterData.securityEvent[4].value, e.data[1])
}
})
}
}).catch(e => {

View File

@@ -391,6 +391,8 @@ export default {
urlQ = encodeURI(param.str)
} else if (this.q) {
urlQ = encodeURI(this.q)
} else if (!this.q) {
this.isHideRelatedEntities = false
}
// 在非列表模式下选择tag模式在地址栏输入内容时将mode添加到地址栏