Skip to content

Commit

Permalink
fix text bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
bladeofgod committed Sep 12, 2020
1 parent 86e27a0 commit 9a7621c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/page/demo_page/start/pages/page_1.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Page1 extends PageState{
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
getSizeBox(height: getHeightPx(100)),
Text('page 3',style: TextStyle(color: Colors.black,fontSize: getSp(24)),),
Text('page 1',style: TextStyle(color: Colors.black,fontSize: getSp(24)),),
getSizeBox(height: getHeightPx(40)),
RaisedButton(
child: Text('go page 2',style: TextStyle(color: Colors.black),),
Expand Down
2 changes: 1 addition & 1 deletion lib/page/demo_page/start/pages/page_2.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Page2 extends PageState{
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
getSizeBox(height: getHeightPx(100)),
Text('page 3',style: TextStyle(color: Colors.black,fontSize: getSp(24)),),
Text('page 2',style: TextStyle(color: Colors.black,fontSize: getSp(24)),),
getSizeBox(height: getHeightPx(40)),
RaisedButton(
child: Text('go page 3',style: TextStyle(color: Colors.black),),
Expand Down

0 comments on commit 9a7621c

Please sign in to comment.