CN-592 域名递归解析样式优化: 第三列 dnsType 解析结果不对,进行修正

This commit is contained in:
hyx
2022-06-10 10:35:51 +08:00
parent 08ee1968e9
commit 3ecfcd2752
5 changed files with 26 additions and 16 deletions

View File

@@ -116,9 +116,9 @@ export default {
this.$emit('next', val)
},
handleScrollEntity (e) {
if(e.target.className==="cn-entity__shadow"){
let container = document.getElementById("cnContainer")
container.scrollTop += e.deltaY/2
if (e.target.className === 'cn-entity__shadow') {
const container = document.getElementById('cnContainer')
container.scrollTop += e.deltaY / 2
}
}
},