style: 输入框增加边框,更明显
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-04-01 14:33:23 +00:00
parent f388a0c5b1
commit 3d827c0033

View File

@@ -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 {