mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
fix(components): input-number/input/dropdown/select/badge details (#4866)
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
<el-button size="large">Large</el-button>
|
||||
<el-button>Default</el-button>
|
||||
<el-button size="small">Small</el-button>
|
||||
<el-button size="large" type="primary" :icon="Search">Search</el-button>
|
||||
<el-button type="primary" :icon="Search">Search</el-button>
|
||||
<el-button size="small" type="primary" :icon="Search">Search</el-button>
|
||||
</el-row>
|
||||
<el-row class="my-4">
|
||||
<el-button size="large" round>Large</el-button>
|
||||
|
Reference in New Issue
Block a user