<button id="btn" type="warn">搜索</button>
#btn{
width: 50px;
height: 24px;
border-radius: 24px;
background-color: red;
color: white;
font-size: 14px;
display:flex;
align-items: center;
justify-content: center;
}
这样做出的按钮中的字布局就是变形的,这时只用在button中加个类型就可以了
size="mini"
如果按钮过小内容还是会一列显示