From 4e6efd1b8b9b9c79160128c9415b81092ac6846b Mon Sep 17 00:00:00 2001 From: rex Date: Wed, 24 Jun 2020 16:12:24 +0800 Subject: [PATCH] fix(tabbar): fix style error in iphonese (#3314) fix #2988 --- packages/tabbar/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tabbar/index.less b/packages/tabbar/index.less index 33624a64..53132bf3 100644 --- a/packages/tabbar/index.less +++ b/packages/tabbar/index.less @@ -3,6 +3,7 @@ .van-tabbar { display: flex; + box-sizing: content-box; width: 100%; .theme(height, '@tabbar-height'); .theme(background-color, '@tabbar-background-color');