adjust server setting ui
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
80c1b89b47
commit
658c6500d9
@ -1460,6 +1460,8 @@ _LabeledTextField(
|
|||||||
enabled: enabled,
|
enabled: enabled,
|
||||||
obscureText: secure,
|
obscureText: secure,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
|
isDense: true,
|
||||||
|
contentPadding: EdgeInsets.symmetric(vertical: 15),
|
||||||
errorText: errorText.isNotEmpty ? errorText : null),
|
errorText: errorText.isNotEmpty ? errorText : null),
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
color: _disabledTextColor(context, enabled),
|
color: _disabledTextColor(context, enabled),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user