|
@@ -93,6 +93,7 @@ class FileMsgItem extends StatelessWidget { |
|
|
children: <Widget>[
|
|
|
children: <Widget>[
|
|
|
Container(
|
|
|
Container(
|
|
|
child: fixedText(name, fontSize: 13),
|
|
|
child: fixedText(name, fontSize: 13),
|
|
|
|
|
|
padding: EdgeInsets.only(bottom: 2),
|
|
|
constraints: BoxConstraints(
|
|
|
constraints: BoxConstraints(
|
|
|
maxWidth: Screen.width - 120 - 122, maxHeight: 50),
|
|
|
maxWidth: Screen.width - 120 - 122, maxHeight: 50),
|
|
|
),
|
|
|
),
|
|
|