naive-ui/demo/documentation/components/button/zhCN/size.md
2020-03-02 12:09:15 +08:00

328 B

尺寸

tinysmallmediumlarge 尺寸。

<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;
}