This commit is contained in:
@@ -621,13 +621,14 @@ export default {
|
||||
.quantity-edit, .price-edit {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-right: 20rpx;
|
||||
margin-right: 24rpx;
|
||||
}
|
||||
|
||||
.qty-label {
|
||||
font-size: 24rpx;
|
||||
color: #666;
|
||||
margin-right: 8rpx;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.qty-wrapper {
|
||||
@@ -658,7 +659,7 @@ export default {
|
||||
}
|
||||
|
||||
.qty-input {
|
||||
width: 80rpx;
|
||||
width: 100rpx;
|
||||
height: 48rpx;
|
||||
background: #fff;
|
||||
border: 1rpx solid #ddd;
|
||||
@@ -668,6 +669,17 @@ export default {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.price-input {
|
||||
width: 120rpx;
|
||||
height: 48rpx;
|
||||
background: #fff;
|
||||
border: 1rpx solid #ddd;
|
||||
border-radius: 8rpx;
|
||||
text-align: center;
|
||||
font-size: 24rpx;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
|
||||
.stock-info {
|
||||
font-size: 20rpx;
|
||||
color: #999;
|
||||
|
||||
Reference in New Issue
Block a user