hyzp_ybqx-Commit150:优化。优化今日统计详情页面的布局,在一个页面中就能显示完,避免滚动
This commit is contained in:
@@ -539,7 +539,7 @@ class _TodayListZpjlPageState extends State<TodayListZpjlContentNew> {
|
|||||||
// Flutter 解决Text内容展示越界
|
// Flutter 解决Text内容展示越界
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Text(time,
|
child: Text(time,
|
||||||
textAlign: TextAlign.left,
|
textAlign: TextAlign.right,
|
||||||
overflow: TextOverflow.ellipsis,
|
overflow: TextOverflow.ellipsis,
|
||||||
style: TextStyle(color: color)))
|
style: TextStyle(color: color)))
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user