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
4.2.6
https://antdv.com/components/tabs-cn#components-tabs-demo-custom-add-trigger
click "ADD" multiple times, hover to right dropdown button
same to https://ant.design/components/tabs#tabs-demo-custom-add-trigger close buttons should be on the right
close buttons close to the text
css is right, but dom this fault
The text was updated successfully, but these errors were encountered:
问题是由于 react 使用 rc-tabs,dom 为 rc-tabs 构造,vue 为自编写组件,复用 MenuItem。MenuItem 会为 children wrap 一个 span
ant-design-vue/components/menu/src/MenuItem.tsx
Line 181 in aa211fd
@tangjinzhou 哪一个会更希望被得到实现
Sorry, something went wrong.
No branches or pull requests
Version
4.2.6
Environment
Reproduction link
https://antdv.com/components/tabs-cn#components-tabs-demo-custom-add-trigger
Steps to reproduce
click "ADD" multiple times, hover to right dropdown button
What is expected?
same to https://ant.design/components/tabs#tabs-demo-custom-add-trigger
close buttons should be on the right
What is actually happening?
close buttons close to the text
css is right, but dom this fault
The text was updated successfully, but these errors were encountered: