Commit 81929653 authored by 朱翠翠's avatar 朱翠翠

Merge branch 'test' of http://git.wanmeizhensuo.com/linshengyu/gm_flutter into zcc/flutter

parents 3730b6d6 ec9b67be
...@@ -387,7 +387,7 @@ class LevelTwoState extends BaseState<LevelTwoPage> ...@@ -387,7 +387,7 @@ class LevelTwoState extends BaseState<LevelTwoPage>
height: 31, height: 31,
child: Row( child: Row(
children: <Widget>[ children: <Widget>[
baseText("项目说明", 15, Color(0xff282828)), baseText("项目说明", 15, Color(0xff282828), bold: true),
Expanded( Expanded(
child: Container(), child: Container(),
), ),
...@@ -415,11 +415,11 @@ class LevelTwoState extends BaseState<LevelTwoPage> ...@@ -415,11 +415,11 @@ class LevelTwoState extends BaseState<LevelTwoPage>
child: Row( child: Row(
children: <Widget>[ children: <Widget>[
Container( Container(
constraints: BoxConstraints( width: 55,
maxWidth: 54,
),
child: Text( child: Text(
element.attrName, element.attrName.length == 2
? "${element.attrName.substring(0, 1)} ${element.attrName.substring(1, 2)}"
: element.attrName,
textScaleFactor: 1.0, textScaleFactor: 1.0,
softWrap: true, softWrap: true,
maxLines: 1, maxLines: 1,
......
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