fix:删除console

This commit is contained in:
zhangyu
2020-10-26 17:03:44 +08:00
parent b26afb9c0d
commit 28dd3a1864
7 changed files with 0 additions and 8 deletions

View File

@@ -276,7 +276,6 @@
document.querySelector("body>.el-dropdown-menu").addEventListener("ps-y-reach-end", () => {
let yDom = document.querySelector("body>.el-dropdown-menu>.ps__rail-y");
let yDom2 = document.querySelector("body>.el-dropdown-menu>.ps__rail-y>.ps__thumb-y");
console.log('top',top,top2)
if (top) {
yDom.style.top = top;
} else {