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
+1 -1
View File
@@ -129,7 +129,7 @@ export default defineComponent({
nodes.push(<div class={bem('text')}>{getStatusText()}</div>);
}
if (status === 'loading') {
nodes.push(<Loading size="16">{getStatusText()}</Loading>);
nodes.push(<Loading class={bem('loading')}>{getStatusText()}</Loading>);
}
return nodes;