uni-app的button想要直接使用 button:{ outline: none;border:0; } 去掉边框线是不行的,需要设置 button::after{ border: none;} 这样就可以解决这个button自带的边框问题了 相关文章: