fix(tabbar): fix style error in iphonese (#3314)

fix #2988
This commit is contained in:
rex 2020-06-24 16:12:24 +08:00 committed by GitHub
parent b7ded1282f
commit 4e6efd1b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
.van-tabbar {
display: flex;
box-sizing: content-box;
width: 100%;
.theme(height, '@tabbar-height');
.theme(background-color, '@tabbar-background-color');