fix: 增加数量和单价输入框宽度
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-04-03 02:18:23 +00:00
parent 870e1c612d
commit 6dfc201c66

View File

@@ -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;