Element UI version
2.15.0
OS/Browsers version
mac/chrome
Vue version
2.5.17
Reproduction Link
https://codepen.io/wanzizi/pen/ExZLXEm
Steps to reproduce
2.浏览器放大至110%
What is Expected?
高度固定不变
What is actually happening?
级联框高度一直在33px和34px之间不停变动,导致级联框抖动,断点调试是因为每次tags获取到的高度不一致,从而频繁触发ResizeObserver
2条答案
按热度按时间v440hwme1#
Translation of this issue:
Element UI version
2.15.0
OS/Browsers version
mac/chrome
Vue version
2.5.17
Reproduction Link
https://codepen.io/wanzizi/pen/ExZLXEm
Steps to reproduce
1.
What is Expected?
The height is fixed
What is actually happening?
The height of the cascade box keeps changing between 33px and 34px, which leads to the jitter of the cascade box. Breakpoint debugging is because the height obtained by each tag is inconsistent, which frequently triggers the resizeobserver
waxmsbnn2#
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.