Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

记录antd design popover的一个采坑 #7

Open
lubyxu opened this issue Jun 28, 2021 · 0 comments
Open

记录antd design popover的一个采坑 #7

lubyxu opened this issue Jun 28, 2021 · 0 comments

Comments

@lubyxu
Copy link
Owner

lubyxu commented Jun 28, 2021

背景:需要做一个新手引导,在左上角、右下角要有个气泡。气泡里面有一个标签、外部获取图片资源。
问题:左上角的popover不会抖动,右下角气泡经常抖动。

原因:右下角抖动原因是,在popover右下角弹出后,img外部没有设置宽、高。导致div默认height是0,当资源下载完毕,回流。整个popover的高度变化,才会到正确的位置。

解决方案:设置img的宽、高

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant