feat(PullRefresh): add @pull-refresh-loading-icon-size less var (#8366)

This commit is contained in:
neverland
2021-03-17 11:51:28 +08:00
committed by GitHub
parent 648a768bdd
commit 70b78b0b4a
6 changed files with 25 additions and 19 deletions
@@ -48,10 +48,8 @@ exports[`should render different head content in different pulling status 3`] =
style="transition-duration: 300ms; transform: translate3d(0,50px, 0);"
>
<div class="van-pull-refresh__head">
<div class="van-loading van-loading--circular">
<span class="van-loading__spinner van-loading__spinner--circular"
style="width: 16px; height: 16px;"
>
<div class="van-loading van-loading--circular van-pull-refresh__loading">
<span class="van-loading__spinner van-loading__spinner--circular">
<svg class="van-loading__circular"
viewbox="25 25 50 50"
>
@@ -78,10 +76,8 @@ exports[`should render different head content in different pulling status 4`] =
style="transition-duration: 300ms; transform: translate3d(0,50px, 0);"
>
<div class="van-pull-refresh__head">
<div class="van-loading van-loading--circular">
<span class="van-loading__spinner van-loading__spinner--circular"
style="width: 16px; height: 16px;"
>
<div class="van-loading van-loading--circular van-pull-refresh__loading">
<span class="van-loading__spinner van-loading__spinner--circular">
<svg class="van-loading__circular"
viewbox="25 25 50 50"
>