style:去除console

This commit is contained in:
zhangyu
2020-10-16 17:42:12 +08:00
parent d36d5096e1
commit 253b536f36
2 changed files with 0 additions and 2 deletions

View File

@@ -157,7 +157,6 @@
return function(position) {
let clientHeight = (document.body.clientHeight<document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight;
let elHeight=self.type==='asset'?370:(self.type==='project'?70:70);
console.log(elHeight);
if(position.top+elHeight>clientHeight){
return {
left: `${position.left + position.width + 20}px`,