element [bug report] cascade, size = small, filterable. When the page is enlarged to 110%, the height change frequently triggers the resizeobserver

2uluyalo  于 5个月前  发布在  其他
关注(0)|答案(2)|浏览(55)

Element UI version

2.15.0

OS/Browsers version

mac/chrome

Vue version

2.5.17

https://codepen.io/wanzizi/pen/ExZLXEm

Steps to reproduce

2.浏览器放大至110%

What is Expected?

高度固定不变

What is actually happening?

级联框高度一直在33px和34px之间不停变动,导致级联框抖动,断点调试是因为每次tags获取到的高度不一致,从而频繁触发ResizeObserver

v440hwme

v440hwme1#

Translation of this issue:

Element UI version

2.15.0

OS/Browsers version

mac/chrome

Vue version

2.5.17

https://codepen.io/wanzizi/pen/ExZLXEm

Steps to reproduce

1.

  1. Enlarge the browser to 110%

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

waxmsbnn

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.

相关问题