From 17b7517285de3d7b43822a79e2e246a7ee65acbe Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 8 Oct 2019 17:31:06 +0800 Subject: [PATCH] fix(Tabs): incorrect padding when type is card (#4658) --- src/tabs/index.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tabs/index.less b/src/tabs/index.less index 661af397d..01384b596 100644 --- a/src/tabs/index.less +++ b/src/tabs/index.less @@ -133,8 +133,6 @@ } &--card { - padding-top: @tabs-card-height; - > .van-tabs__wrap { height: @tabs-card-height; }