[bugfix] Tab: wrong height when use line style tab inside card style tab (#2825)

This commit is contained in:
neverland
2019-02-22 20:08:49 +08:00
committed by GitHub
parent 91a9345a7d
commit 4ac9236078

View File

@@ -142,7 +142,7 @@
&--card {
padding-top: @tabs-card-height;
.van-tabs__wrap {
> .van-tabs__wrap {
height: @tabs-card-height;
}
}