mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-11 13:10:26 +08:00
12 lines
219 B
Markdown
12 lines
219 B
Markdown
|
# 形状
|
||
|
按钮拥有不同的形状
|
||
|
```html
|
||
|
<n-button circle icon="md-save" />
|
||
|
<n-button type="primary" round>Primary</n-button>
|
||
|
<n-button type="info">Info</n-button>
|
||
|
```
|
||
|
```css
|
||
|
.n-button {
|
||
|
margin: 0 8px 8px 0;
|
||
|
}
|
||
|
```
|