fix: quantity -> stepper

This commit is contained in:
niunai
2017-09-08 16:56:14 +08:00
parent 6da45f69e6
commit 078cf05ceb
5 changed files with 30 additions and 30 deletions

View File

@@ -135,22 +135,22 @@
}
/*
sku quantity
sku stepper
*/
.van-sku-quantity-stock {
.van-sku-stepper-stock {
padding: 12px 0;
margin-left: 15px;
}
.van-sku-quantity-container {
.van-sku-stepper-container {
height: 30px;
margin-right: 20px;
}
.van-sku__quantity-title {
.van-sku__stepper-title {
float: left;
line-height: 30px;
font-size: 14px;
}
.van-sku__quantity {
.van-sku__stepper {
float: right;
top: 7px;
left: 4px;