mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
191 B
191 B
基本用法
有 small
、medium
和 large
的 Spin.
<n-spin size="small" /> <n-spin size="medium" /> <n-spin size="large" />
.n-spin {
margin: 0 8px 12px 0;
}