mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
328 B
328 B
尺寸
有 tiny
、small
、medium
和 large
尺寸。
<n-button size="tiny">小小</n-button>
<n-button type="primary" size="small">小</n-button>
<n-button type="info" size="medium">不小</n-button>
<n-button type="success" size="large">不不小</n-button>
.n-button {
margin: 0 8px 8px 0;
}