Commit f6af0b8f authored by jinzhu's avatar jinzhu

update flutter UI

parent 67148854
...@@ -68,7 +68,7 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> { ...@@ -68,7 +68,7 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> {
body: new SingleChildScrollView( body: new SingleChildScrollView(
child: Center( child: Center(
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.start, // mainAxisAlignment: MainAxisAlignment.start,
children: <Widget>[ children: <Widget>[
Container( Container(
alignment: Alignment.topCenter, alignment: Alignment.topCenter,
...@@ -119,14 +119,14 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> { ...@@ -119,14 +119,14 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> {
), ),
), ),
Container( Container(
alignment: Alignment.bottomCenter,
decoration: BoxDecoration( decoration: BoxDecoration(
border: border:
Border.all(color: ALColors.Color323232, width: 1.5)), Border.all(color: ALColors.Color323232, width: 1.5)),
margin: EdgeInsets.only(left: 30, right: 30, top: 90), margin: EdgeInsets.only(left: 30, right: 30, bottom: 30, top: 180),
padding: EdgeInsets.all(0), // padding: EdgeInsets.all(0),
constraints: constraints:
BoxConstraints(minWidth: ALDevice.width, minHeight: 45), BoxConstraints(minWidth: ALDevice.width, minHeight: 45),
alignment: Alignment.center,
child: FlatButton( child: FlatButton(
onPressed: confirmClick, onPressed: confirmClick,
child: Text( child: Text(
......
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