Commit f8b86cb6 authored by 杜欣's avatar 杜欣

输入框文本居中

parent e52b4358
......@@ -407,7 +407,7 @@ class MechanismBox implements IBottomPicker {
maxLines: 1,
decoration: InputDecoration(
contentPadding: EdgeInsets.only(
left: 16, top: 12, bottom: 12, right: 16),
left: 16, top: 0, bottom: 12, right: 16),
hintText: '请输入您想了解的问题',
hintStyle: TextStyle(
color: Color(0xff999999), fontSize: 12),
......
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 to comment