From 3d827c003331e520f8a165fbc5df52ed1497c205 Mon Sep 17 00:00:00 2001 From: Agent Date: Wed, 1 Apr 2026 14:33:23 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=E8=BE=93=E5=85=A5=E6=A1=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=BE=B9=E6=A1=86=EF=BC=8C=E6=9B=B4=E6=98=8E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/product/manage.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages/product/manage.vue b/src/pages/product/manage.vue index 828ecbf..7a3f4d5 100644 --- a/src/pages/product/manage.vue +++ b/src/pages/product/manage.vue @@ -503,13 +503,20 @@ export default { margin-right: 4rpx; } +.input[disabled] { + background: #f5f5f5; + color: #999; +} + .input { width: 100%; height: 70rpx; padding: 0 20rpx; - background: #f5f5f5; + background: #fff; + border: 2rpx solid #e5e5e5; border-radius: 8rpx; font-size: 28rpx; + box-sizing: border-box; } .picker {