-
-
Notifications
You must be signed in to change notification settings - Fork 51k
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
fix: tabs_animation_bug #23151
fix: tabs_animation_bug #23151
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 9fe57ea:
|
Rebase master to fix ci. |
@afc163 |
Rebase master to fix ci. |
…o fix_tabs_animation_bug
> .@{tab-prefix-cls}-tabpane { | ||
flex-shrink: 0; | ||
width: 100%; | ||
-webkit-backface-visibility: hidden; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是不是需要再补个标准属性?backface-visibility
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不需要了,特别给 safari 老版本做兼容用的。
* fix: tabs_animation_bug * fix: fix lint error Co-authored-by: 侯先诚 <houxiancheng@houxianchengdeMacBook-Pro.local>
* fix: tabs_animation_bug * fix: fix lint error Co-authored-by: 侯先诚 <houxiancheng@houxianchengdeMacBook-Pro.local>
@afc163 this bug still in 3.26.16, this pr should cherry-pick to 3.x. |
* fix: tabs_animation_bug * fix: fix lint error Co-authored-by: 侯先诚 <houxiancheng@houxianchengdeMacBook-Pro.local>
🤔 This is a ...
🔗 Related issue link
fix #23050
💡 Background and solution
📝 Changelog
☑️ Self Check before Merge