Commit aafdd4cc by liangjianmin

style(picking): 调整编辑输入框高度

- 将编辑输入框高度从60rpx调整为40rpx
- 保持背景色为白色,边框圆角及边框样式不变
parent 8720db63
Showing with 1 additions and 1 deletions
...@@ -762,7 +762,7 @@ ...@@ -762,7 +762,7 @@
.edit-input-box { .edit-input-box {
width: 100%; width: 100%;
height: 60rpx; height: 40rpx;
background: #ffffff; background: #ffffff;
border-radius: 10rpx; border-radius: 10rpx;
border: 1px solid #1969f9; border: 1px solid #1969f9;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment