|
@@ -430,10 +430,11 @@ gradient: LinearGradient(
|
|
|
backgroundImage:
|
|
backgroundImage:
|
|
|
NetworkImage(rankList[0].userInfo.icon))),
|
|
NetworkImage(rankList[0].userInfo.icon))),
|
|
|
),
|
|
),
|
|
|
- Padding(
|
|
|
|
|
|
|
+ Container(
|
|
|
padding: EdgeInsets.only(top: 7, bottom: 3),
|
|
padding: EdgeInsets.only(top: 7, bottom: 3),
|
|
|
|
|
+ width: 60,
|
|
|
child: Text(rankList[0].userInfo.nickname,
|
|
child: Text(rankList[0].userInfo.nickname,
|
|
|
- style: TextStyle(color: Color(0xFF2E3049), fontSize: 14)),
|
|
|
|
|
|
|
+ style: TextStyle(color: Color(0xFF2E3049), fontSize: 14),overflow: TextOverflow.ellipsis,textAlign: TextAlign.center),
|
|
|
),
|
|
),
|
|
|
Row(
|
|
Row(
|
|
|
children: <Widget>[
|
|
children: <Widget>[
|
|
@@ -501,11 +502,12 @@ gradient: LinearGradient(
|
|
|
],
|
|
],
|
|
|
),
|
|
),
|
|
|
),
|
|
),
|
|
|
- Padding(
|
|
|
|
|
|
|
+ Container(
|
|
|
padding: EdgeInsets.only(top: 7, bottom: 3),
|
|
padding: EdgeInsets.only(top: 7, bottom: 3),
|
|
|
|
|
+ width: 60,
|
|
|
child: Text(rankList[1].userInfo.nickname,
|
|
child: Text(rankList[1].userInfo.nickname,
|
|
|
style: TextStyle(
|
|
style: TextStyle(
|
|
|
- color: Color(0xFF2E3049), fontSize: 14)),
|
|
|
|
|
|
|
+ color: Color(0xFF2E3049), fontSize: 14),overflow: TextOverflow.ellipsis,textAlign: TextAlign.center,),
|
|
|
),
|
|
),
|
|
|
Row(
|
|
Row(
|
|
|
children: <Widget>[
|
|
children: <Widget>[
|
|
@@ -525,7 +527,7 @@ gradient: LinearGradient(
|
|
|
),
|
|
),
|
|
|
Positioned(
|
|
Positioned(
|
|
|
top: 0,
|
|
top: 0,
|
|
|
- left: 17,
|
|
|
|
|
|
|
+ left: 19,
|
|
|
child: Image.asset('images/icon_paihangbang_02.png',
|
|
child: Image.asset('images/icon_paihangbang_02.png',
|
|
|
width: 32))
|
|
width: 32))
|
|
|
],
|
|
],
|
|
@@ -571,11 +573,12 @@ gradient: LinearGradient(
|
|
|
],
|
|
],
|
|
|
),
|
|
),
|
|
|
),
|
|
),
|
|
|
- Padding(
|
|
|
|
|
|
|
+ Container(
|
|
|
|
|
+ width: 60,
|
|
|
padding: EdgeInsets.only(top: 7, bottom: 3),
|
|
padding: EdgeInsets.only(top: 7, bottom: 3),
|
|
|
child: Text(rankList[2].userInfo.nickname,
|
|
child: Text(rankList[2].userInfo.nickname,
|
|
|
style:
|
|
style:
|
|
|
- TextStyle(color: Color(0xFF2E3049), fontSize: 14)),
|
|
|
|
|
|
|
+ TextStyle(color: Color(0xFF2E3049), fontSize: 14),overflow: TextOverflow.ellipsis,textAlign: TextAlign.center),
|
|
|
),
|
|
),
|
|
|
Row(
|
|
Row(
|
|
|
children: <Widget>[
|
|
children: <Widget>[
|
|
@@ -595,7 +598,7 @@ gradient: LinearGradient(
|
|
|
),
|
|
),
|
|
|
Positioned(
|
|
Positioned(
|
|
|
top: 0,
|
|
top: 0,
|
|
|
- left: 25,
|
|
|
|
|
|
|
+ left: 19,
|
|
|
child:
|
|
child:
|
|
|
Image.asset('images/icon_paihangbang_03.png', width: 32))
|
|
Image.asset('images/icon_paihangbang_03.png', width: 32))
|
|
|
],
|
|
],
|