[bugfix] Tab: color not work in card type (#1763)

This commit is contained in:
neverland
2018-09-06 20:40:14 +08:00
committed by GitHub
parent 7f549e6519
commit 6bbecc8a90
3 changed files with 45 additions and 10 deletions

View File

@@ -72,6 +72,10 @@ $van-tabs-card-height: 30px;
color: $white;
background-color: $red;
}
&--disabled {
color: $gray;
}
}
}
}