fix(components): input-number/input/dropdown/select/badge details (#4866)

This commit is contained in:
云游君
2021-12-28 19:38:23 +08:00
committed by GitHub
parent e1e00f825d
commit 2b209fd760
31 changed files with 192 additions and 182 deletions

View File

@ -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>