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.5.4
macOS Catalina 10.15.4,safari13.1,Ant Design of Vue v1.5.4
https://ant.design/components/tabs-cn/
使用Safari浏览器打开https://ant.design/components/tabs-cn/,切换代码演示的Tab1,Tab2,Tab3,就会看到切换时Tab里的内容闪现后消失。
解决这个bug.
The text was updated successfully, but these errors were encountered:
ref ant-design/ant-design#23050
Sorry, something went wrong.
fix: tabs cannot be displayed in Safari 13 #2199
668f93a
临时方案,添加如下样式:
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane, .ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane { -webkit-backface-visibility: hidden; }
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.5.4
Environment
macOS Catalina 10.15.4,safari13.1,Ant Design of Vue v1.5.4
Reproduction link
https://ant.design/components/tabs-cn/
Steps to reproduce
使用Safari浏览器打开https://ant.design/components/tabs-cn/,切换代码演示的Tab1,Tab2,Tab3,就会看到切换时Tab里的内容闪现后消失。
What is expected?
解决这个bug.
What is actually happening?
解决这个bug.
The text was updated successfully, but these errors were encountered: