mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
[Improvement] PullRefresh: support trigger loading animation (#684)
This commit is contained in:
@@ -45,7 +45,7 @@ export default {
|
||||
.van-pull-refresh {
|
||||
&,
|
||||
&__track {
|
||||
height: 100%;
|
||||
height: calc(100vh - 50px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user