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
Tab
https://fusion.design/component/basic/tab#%E5%8F%AF%E5%85%B3%E9%97%AD%E9%80%89%E9%A1%B9%E5%8D%A1
重现步骤: 通过在 Tab.Item 上设置 closeable 属性为 false,设置该选项卡是不可关闭; 期望结果: 不可关闭的选项卡(无closeIcon)内容高度应该与可关闭(有closeIcon)的选项卡高度一致; 实际结果: 由于选项卡的高度由内容决定,导致有Icon的选项卡比没有Icon的选项卡高;
The text was updated successfully, but these errors were encountered:
318605e
byeval
No branches or pull requests
Component
Tab
Reproduction link
https://fusion.design/component/basic/tab#%E5%8F%AF%E5%85%B3%E9%97%AD%E9%80%89%E9%A1%B9%E5%8D%A1
Steps to reproduce
重现步骤: 通过在 Tab.Item 上设置 closeable 属性为 false,设置该选项卡是不可关闭;
期望结果: 不可关闭的选项卡(无closeIcon)内容高度应该与可关闭(有closeIcon)的选项卡高度一致;
实际结果: 由于选项卡的高度由内容决定,导致有Icon的选项卡比没有Icon的选项卡高;
The text was updated successfully, but these errors were encountered: