fix(input): 修复计划名称输入框文字被遮挡问题
- plan-edit 的 input 增加显式 height/line-height/box-sizing,避免中文被底部截断 - feedback 的联系方式 input 同步增加高度与行高,防止同类裁剪
This commit is contained in:
@@ -59,6 +59,9 @@
|
||||
font-size: 28rpx;
|
||||
color: var(--text);
|
||||
padding: 8rpx 0;
|
||||
height: 56rpx;
|
||||
line-height: 40rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.ph {
|
||||
color: var(--text-3);
|
||||
|
||||
Reference in New Issue
Block a user