添加商品详情展示和标题颜色修改

master
章文轩 2 years ago
parent ffc1ba6822
commit 5b06d854ca

@ -241,6 +241,7 @@ class MessageWidget extends StatelessWidget {
child: Text( child: Text(
title, title,
maxLines: 2, maxLines: 2,
style: TextStyle(color: Color(0xFF333333)),
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
), ),
), ),
@ -253,15 +254,15 @@ class MessageWidget extends StatelessWidget {
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
), ),
), ),
// Container( Container(
// margin: EdgeInsets.only(top: 10, left: 8), margin: EdgeInsets.only(top: 10, left: 8),
// child: Text( child: Text(
// '$content', '$content',
// style: TextStyle(fontSize: 12, color: Colors.grey), style: TextStyle(fontSize: 12, color: Colors.grey),
// maxLines: 1, maxLines: 1,
// overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
// ), ),
// ) )
// Gaps.vGap4, // Gaps.vGap4,
], ],
), ),

Loading…
Cancel
Save