利用el-button 画圆 ,通过border-radius >50% 就成圆形
<el-button type="danger" style="border-radius: 100%; height: 100px;width: 100px;" plain><span style="font-weight: bold;">工艺分析</span></el-button>
通过border-radius >50% 就成圆形。
border-radius: 50%
height: 100px;
width: 100px;