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