[new feature] progress add showPivot prop (#300)

* fix: Tabbar icon line-height

* [new feature] progress add showPivot prop
This commit is contained in:
neverland
2017-11-10 05:59:15 -06:00
committed by GitHub
parent fbcb691699
commit 5048d4fbac
4 changed files with 17 additions and 9 deletions

View File

@@ -27,8 +27,14 @@
margin-bottom: 5px;
position: relative;
.van-icon {
display: block;
}
&-dot {
&::after {
top: 0;
right: -8px;
width: 8px;
height: 8px;
content: ' ';