CN-592 域名递归解析样式优化: 第三列 dnsType 解析结果不对,进行修正
This commit is contained in:
@@ -69,9 +69,9 @@ export default {
|
||||
this.$refs[`detectionRow${this.collapseIndex}`].collapse()
|
||||
},
|
||||
handleScroll (e) {
|
||||
if(e.target.className==="cn-detection__shadow"){
|
||||
let container = document.getElementById("cnContainer")
|
||||
container.scrollTop += e.deltaY/2
|
||||
if (e.target.className === 'cn-detection__shadow') {
|
||||
const container = document.getElementById('cnContainer')
|
||||
container.scrollTop += e.deltaY / 2
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user