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