微信小程序 button 去边框

佚名 / 2023-08-24 / 原文

<button class="my-button">无边框</button>

.my-button::after{
    border: none;
}