<u-button :custom-style="customStyle" @click="login">登录</u-button>
data() {
return {
customStyle: {
background: '#58b4a9 !important',
color: '#fff !important',
border: 'none !important'
}
}
},