看html代码:
<view class="haoyou dis-row" >
<button open-type="share" class="dis-row">
<label><image src="@/static/guiji/fenxiang.png"></image></label>
<text>好友</text>
</button>
</view>
css部分,通过button::after即可去除
.haoyou button{background-color: #0b988f;color: #ffffff;width: 120rpx;height: 50rpx;font-size: 24rpx;margin: 0rpx;padding: 0rpx;
line-height: 50rpx;padding-left: 10rpx;}
.haoyou button::after{background-color: none;border: none;}