fix:分页及chart bug修复

This commit is contained in:
wangwenrui
2020-06-08 18:11:17 +08:00
parent 022b145320
commit f42e33e1b5
3 changed files with 11 additions and 10 deletions

View File

@@ -62,10 +62,11 @@ export default {
item.style.top='unset';
let icon=item.querySelector('.popper__arrow');
icon.style.bottom=icon.style.top;
icon.style.top='unset';
icon.style.transform='rotate(180deg)'
if(icon){
icon.style.bottom=icon.style.top;
icon.style.top='unset';
icon.style.transform='rotate(180deg)'
}
})
}
})