百度小程序button去掉默认边框

百度小程序button去掉默认边框:

button::after{
border:none;
}

 

百度小程序button去掉默认边框