2021-12-21 09:51:43 +08:00

16 lines
255 B
Plaintext

.demo-swipe-cell {
user-select: none;
}
.van-swipe-cell__left,
.van-swipe-cell__right {
display: inline-block;
width: 65px;
height: 44px;
font-size: 15px;
line-height: 44px;
color: #fff;
text-align: center;
background-color: #ee0a24;
}