Commit 0a87dc3e authored by 杜欣's avatar 杜欣

Merge branch 'featrue/duxin' into 'test'

输入框文本居中

See merge request !64
parents 80421370 f8b86cb6
......@@ -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