mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
223 B
223 B
形状
按钮拥有不同的形状。
<n-button circle icon="md-save" />
<n-button type="primary" round>Primary</n-button>
<n-button type="info">Info</n-button>
.n-button {
margin: 0 8px 8px 0;
}