Vant weapp滑動單元格SwipeCell按鈕樣式
引用swipeCell組件的頁面,index.wxss中添加樣式
.van-swipe-cell__left{ width: 130rpx; height: 100%; font-size: 30rpx; color: #fff; text-align: center; background-color: #f44; word-wrap: break-word; padding: 0 22rpx; box-sizing: border-box; /*文本垂直居中*/ display: flex; align-items: center; justify-content: center; } .van-swipe-cell__right { width: 130rpx; height: 100%; font-size: 30rpx; color: #fff; text-align: center; background-color: #f44; word-wrap: break-word; padding: 0 22rpx; box-sizing: border-box; /*文本垂直居中*/ display: flex; align-items: center; justify-content: center; }