ウィジェットのbuttonのwidth幅を変更する
方法1:
方法2:
button{
width: 100% !important;
}
方法2:
<button
style="width: 700rpx"
type="primary"
bindtap="submitBtn"
> </button>