We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.7.3
vue 2.6.12 ant-design-vue 1.7.3
https://preview.pro.antdv.com/dashboard/workplace
only show sub-menu
.ant-menu-submenu-popup doesn't have "background: transparent" property
in dark mode, this problem can't reproduce, because: .ant-menu-dark.ant-menu-submenu-popup: background: transparent
The text was updated successfully, but these errors were encountered:
now solved with: popup-class-name="popup-sub-menu"
.ant-menu-submenu-popup.popup-sub-menu { background: transparent; }
Sorry, something went wrong.
enter:
leave:
fix: menu flash #3951
5cec702
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.7.3
Environment
vue 2.6.12 ant-design-vue 1.7.3
Reproduction link
https://preview.pro.antdv.com/dashboard/workplace
Steps to reproduce
What is expected?
only show sub-menu
What is actually happening?
.ant-menu-submenu-popup doesn't have "background: transparent" property
in dark mode, this problem can't reproduce, because: .ant-menu-dark.ant-menu-submenu-popup: background: transparent
The text was updated successfully, but these errors were encountered: