You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

394 B

Button sizes

  • order: 7

按钮尺寸

提供 大 中 小 三种尺寸

使用 .ant-btn-lg .ant-btn-sm 即可获得大 小尺寸,默认尺寸为中


<button class="ant-btn ant-btn-primary ant-btn-lg">大号按钮</button>
<button class="ant-btn ant-btn-primary">中号按钮(默认)</button>
<button class="ant-btn ant-btn-primary ant-btn-sm">小号按钮</button>