Skip to content

Commit

Permalink
fix: tabs cannot be displayed in Safari 13 #2199
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed May 6, 2020
1 parent aa63a8b commit 668f93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tabs/style/index.less
Expand Up @@ -259,6 +259,7 @@
> .@{tab-prefix-cls}-tabpane {
flex-shrink: 0;
width: 100%;
-webkit-backface-visibility: hidden;
opacity: 1;
transition: opacity 0.45s;
}
Expand Down

1 comment on commit 668f93a

@hnjfour
Copy link

@hnjfour hnjfour commented on 668f93a May 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我试试,谢谢!

Please sign in to comment.