[improvement] PullRefresh: optimize loading

This commit is contained in:
陈嘉涵
2019-05-11 16:44:26 +08:00
parent c5d3a95157
commit 3efdcdd28c
4 changed files with 5 additions and 26 deletions

View File

@@ -20,18 +20,4 @@
line-height: 50px;
text-align: center;
}
&__loading {
.van-loading {
width: 16px;
height: 16px;
margin-right: 5px;
}
span,
.van-loading {
display: inline-block;
vertical-align: middle;
}
}
}