perf: 优化下滑框性能(部分)

This commit is contained in:
chenjinsong
2020-07-17 16:53:42 +08:00
parent 81ef842a12
commit cdb6ab245c
2 changed files with 3 additions and 10 deletions

View File

@@ -241,7 +241,7 @@ export const bottomBoxWindow = {
vm.mainResizeShow = true;
}
}
if(parseInt(subListDom.offsetHeight) <= 100){
if(parseInt(subListDom.style.height) <= 100){
if (vm.subResizeShow) {
vm.subResizeShow = false;
}