Sanakey
2021-01-16 9e299c7766cdb22376dcc73321a8ea386de17812
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* components/seller-edit/index.wxss */
.swipe-right {
  padding: 0 30rpx;
  height: 100%;
  background: var(--error-color);
  color: #fff;
  margin-left: 4rpx;
}
 
.seller-swipe + .seller-swipe .seller-cell {
  border-top: 1px dashed var(--theme-color);
}
 
.disabled-color{
 
}