小程序进行苹果端显示优化

This commit is contained in:
zhanchao 2026-08-17 17:39:18 +08:00
parent 3e56f21e5f
commit 826924db78

View File

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