+-
微信小程序开发时 vant-weapp SwipeCell 滑动单元格样式问题
如何引用SwipeCell组件不再赘述,vant-weapp 官网
**van webapp,有坑~
话不多说,搞个样式就好了**
.van-swipe-cell__left,
.van-swipe-cell__right {
display: inline-block;
width: 65px;
height: 67px;
font-size: 15px;
line-height: 67px;
color: #fff;
text-align: center;
background-color: #f44;
}
.van-swipe-cell__left{
background-color: #07c160;
}