From 6dfc201c66ea3865532f0f411ab2f8cfe4ae1b50 Mon Sep 17 00:00:00 2001 From: Agent Date: Fri, 3 Apr 2026 02:18:23 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E5=92=8C=E5=8D=95=E4=BB=B7=E8=BE=93=E5=85=A5=E6=A1=86=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/create.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/pages/order/create.vue b/src/pages/order/create.vue index 2a3e975..84d208a 100644 --- a/src/pages/order/create.vue +++ b/src/pages/order/create.vue @@ -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;