fix: 实体列表样式调整以及禁止detection右侧活跃攻击方条形图的文字点击
This commit is contained in:
@@ -109,7 +109,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.basic-info__item {
|
.basic-info__item, .basic-info__item1 {
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
|
|
||||||
.item__box {
|
.item__box {
|
||||||
@@ -172,6 +172,14 @@
|
|||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.basic-info__item1 {
|
||||||
|
span: {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
span:first-of-type {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.row-item-label {
|
.row-item-label {
|
||||||
font-family: NotoSansSChineseRegular;
|
font-family: NotoSansSChineseRegular;
|
||||||
|
|||||||
@@ -545,8 +545,10 @@ export default {
|
|||||||
const vm = this
|
const vm = this
|
||||||
detectionChart.off('click')
|
detectionChart.off('click')
|
||||||
detectionChart.on('click', e => {
|
detectionChart.on('click', e => {
|
||||||
this.getFilter(e.data[1], vm.filterData.securityEvent[4].column)
|
if (e.data) {
|
||||||
vm.filterData.securityEvent[4].value = vm.triggerFilterDataValue(vm.filterData.securityEvent[4].value, e.data[1])
|
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 => {
|
}).catch(e => {
|
||||||
|
|||||||
@@ -391,6 +391,8 @@ export default {
|
|||||||
urlQ = encodeURI(param.str)
|
urlQ = encodeURI(param.str)
|
||||||
} else if (this.q) {
|
} else if (this.q) {
|
||||||
urlQ = encodeURI(this.q)
|
urlQ = encodeURI(this.q)
|
||||||
|
} else if (!this.q) {
|
||||||
|
this.isHideRelatedEntities = false
|
||||||
}
|
}
|
||||||
|
|
||||||
// 在非列表模式下选择tag模式,在地址栏输入内容时将mode添加到地址栏
|
// 在非列表模式下选择tag模式,在地址栏输入内容时将mode添加到地址栏
|
||||||
|
|||||||
Reference in New Issue
Block a user