From 668f93a5084d1f8d70a72c44f6219ccd793406a6 Mon Sep 17 00:00:00 2001 From: tanjinzhou <415800467@qq.com> Date: Wed, 6 May 2020 18:06:03 +0800 Subject: [PATCH] fix: tabs cannot be displayed in Safari 13 #2199 --- components/tabs/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index b9d735dc4..00e12c50f 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -259,6 +259,7 @@ > .@{tab-prefix-cls}-tabpane { flex-shrink: 0; width: 100%; + -webkit-backface-visibility: hidden; opacity: 1; transition: opacity 0.45s; }