[Improvement] PullRefresh: support trigger loading animation (#684)

This commit is contained in:
neverland
2018-03-13 16:36:56 +08:00
committed by GitHub
parent c45cbb632f
commit 4006a86cec
3 changed files with 10 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ export default {
.van-pull-refresh {
&,
&__track {
height: 100%;
height: calc(100vh - 50px);
}
}