Commit a2cfe2d0 authored by 林生雨's avatar 林生雨

Merge branch 'zx/gmFlutter' into 'test'

Zx/gm flutter

See merge request !40
parents e99aba48 7de14520
...@@ -458,11 +458,9 @@ class LevelOneState extends BaseState<LevelOnePage> ...@@ -458,11 +458,9 @@ class LevelOneState extends BaseState<LevelOnePage>
textScaleFactor: 1.0, textScaleFactor: 1.0,
softWrap: true, softWrap: true,
maxLines: 1, maxLines: 1,
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
textAlign: TextAlign.start, textAlign: TextAlign.start,
style: TextStyle( style: TextStyle(
decoration: TextDecoration.none, decoration: TextDecoration.none,
fontSize: 13, fontSize: 13,
color: Color(0xff999999), color: Color(0xff999999),
...@@ -521,7 +519,7 @@ class LevelOneState extends BaseState<LevelOnePage> ...@@ -521,7 +519,7 @@ class LevelOneState extends BaseState<LevelOnePage>
}; };
RouterCenterImpl() RouterCenterImpl()
.findMainRouter() .findMainRouter()
.jumpPage(context, "level_two_plan_compare", map, false); .jumpPage(context, "level_one_plan_compare", map, false);
}, },
child: Container( child: Container(
margin: EdgeInsets.only(left: 21), margin: EdgeInsets.only(left: 21),
......
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