uniapp去除button的边框
button {
border: none !important;
}
button::after {
border: none !important;
}
本文来自博客园,作者:jialiangzai,转载请注明原文链接:https://www.cnblogs.com/zsnhweb/p/17955820
button {
border: none !important;
}
button::after {
border: none !important;
}
本文来自博客园,作者:jialiangzai,转载请注明原文链接:https://www.cnblogs.com/zsnhweb/p/17955820