From 826924db78a47dfb7fc03566747eca82328ca3d5 Mon Sep 17 00:00:00 2001 From: zhanchao Date: Mon, 17 Aug 2026 17:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E8=8B=B9=E6=9E=9C=E7=AB=AF=E6=98=BE=E7=A4=BA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/message/benefit-entry.vue | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/pages/message/benefit-entry.vue b/pages/message/benefit-entry.vue index 8e78736..20cc06c 100644 --- a/pages/message/benefit-entry.vue +++ b/pages/message/benefit-entry.vue @@ -825,7 +825,6 @@ async function submitEntries() { } .project-input, -.number-input, .picker-value { min-height: 76rpx; box-sizing: border-box; @@ -839,6 +838,27 @@ async function submitEntries() { color: #111827; } +.number-input { + display: block; + width: 100%; + height: 76rpx; + min-width: 0; + box-sizing: border-box; + margin: 0; + padding: 0 20rpx; + border: 1rpx solid #b8c1cc; + border-radius: 12rpx; + background: #fff; + color: #1f2937; + -webkit-text-fill-color: #1f2937; + caret-color: #0877f1; + font-size: 28rpx; + font-weight: 600; + line-height: 76rpx; + opacity: 1; + text-align: left; +} + .locked-input { background: #f3f4f6; color: #9ca3af; @@ -929,14 +949,12 @@ async function submitEntries() { } .number-input { - width: 100%; - color: #111827; - font-size: 28rpx; - font-weight: 500; + overflow: visible; } .number-input[disabled] { - color: #4b5563; + color: #374151; + -webkit-text-fill-color: #374151; background: #f3f4f6; }