1.使用内嵌css
<button type="primary" style="width:100%">按钮</button>
2.修改app.json
3.使用!important;
.float_ball{
width: 100rpx !important;
height: 100rpx;
border-radius: 100%;
padding: 0;
}
1.使用内嵌css
<button type="primary" style="width:100%">按钮</button>
2.修改app.json
3.使用!important;
.float_ball{
width: 100rpx !important;
height: 100rpx;
border-radius: 100%;
padding: 0;
}