feat(PullRefresh): add @pull-refresh-loading-icon-size less var (#8366)
This commit is contained in:
@@ -22,4 +22,11 @@
|
||||
text-align: center;
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
|
||||
&__loading {
|
||||
.van-loading__spinner {
|
||||
width: @pull-refresh-loading-icon-size;
|
||||
height: @pull-refresh-loading-icon-size;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user