uniapp<button>按钮去掉边框

添加plain="true"属性

在css模块添加:

	button[plain] {
		border: 0
	}

 这样border就取消了

你可能感兴趣的:(uniapp,uni-app,css)