fix(Tabs): incorrect padding when type is card (#4658)

This commit is contained in:
neverland 2019-10-08 17:31:06 +08:00 committed by GitHub
parent 39af08170c
commit 17b7517285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,8 +133,6 @@
} }
&--card { &--card {
padding-top: @tabs-card-height;
> .van-tabs__wrap { > .van-tabs__wrap {
height: @tabs-card-height; height: @tabs-card-height;
} }