vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
442 B
25 lines
442 B
<docs> |
|
--- |
|
order: 1 |
|
title: |
|
zh-CN: 各种大小 |
|
en-US: Size |
|
--- |
|
|
|
## zh-CN |
|
|
|
小的用于文本加载,默认用于卡片容器级加载,大的用于**页面级**加载。 |
|
|
|
## en-US |
|
|
|
A small `Spin` use in loading text, default `Spin` use in loading card-level block, and large `Spin` use in loading **page**. |
|
|
|
</docs> |
|
|
|
<template> |
|
<a-space> |
|
<a-spin size="small" /> |
|
<a-spin /> |
|
<a-spin size="large" /> |
|
</a-space> |
|
</template>
|
|
|