Change List Spin size.

This commit is contained in:
nikogu 2017-09-18 17:36:16 +08:00
parent 72845f55ec
commit d1bb0b3634

View File

@ -231,7 +231,7 @@ export default class List extends Component<ListProps> {
) : children;
const content = loading ? (
<Spin size="large">
<Spin>
{childrenContent}
{showLoadMore && moreContent}
{(!showLoadMore && pagination) && paginationContent}