From 9f1f590c621185f93f4286bc6bcbc976c0c535c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Thu, 18 Jun 2020 17:35:12 +0800 Subject: [PATCH] fix: Tabs content width (#25072) * fix: Tabs content width * update style --- components/tabs/style/index.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tabs/style/index.less b/components/tabs/style/index.less index 2287f94a1c..3e05a11e4c 100644 --- a/components/tabs/style/index.less +++ b/components/tabs/style/index.less @@ -179,6 +179,8 @@ &-content { &-holder { flex: auto; + min-width: 0; + min-height: 0; } display: flex;