mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
197 B
197 B
图标
在按钮上使用图标
<n-button icon="md-save">Save</n-button>
<n-button icon="md-save" icon-position="right">Save</n-button>
.n-button {
margin: 0 8px 8px 0;
}