feat(List): add @list-loading-icon-size less var (#8365)

This commit is contained in:
neverland
2021-03-17 10:10:58 +08:00
committed by GitHub
parent 465bf07095
commit 648a768bdd
6 changed files with 18 additions and 8 deletions
+7
View File
@@ -14,4 +14,11 @@
height: 0;
pointer-events: none;
}
&__loading-icon {
.van-loading__spinner {
width: @list-loading-icon-size;
height: @list-loading-icon-size;
}
}
}