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

[BUG] 在 ide-electron 中,使用antd的Select组件,选择后没有关闭下拉 #4048

Closed
HaiBoWon opened this issue Sep 26, 2024 · 2 comments · May be fixed by opensumi/antd-theme#21
Closed
Labels
🐞 bug Something isn't working

Comments

@HaiBoWon
Copy link

描述你的问题(Describe the bug)

使用antd4.x的Select组件,选择后没有自动关闭下拉

image
@HaiBoWon HaiBoWon added the 🐞 bug Something isn't working label Sep 26, 2024
@erha19
Copy link
Member

erha19 commented Sep 26, 2024

@HaiBoWon 之前排查过相应问题,好像是 antd 内的一个组件消失样式没处理好,你试下加一下:

.sumi_antd-slide-up-leave {
    display: none;
 }

@HaiBoWon
Copy link
Author

@HaiBoWon 之前排查过相应问题,好像是 antd 内的一个组件消失样式没处理好,你试下加一下:

.sumi_antd-slide-up-leave {
    display: none;
 }

谢谢,可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants