@ -539,7 +539,7 @@ class _TodayListZpjlPageState extends State<TodayListZpjlContentNew> {
// Flutter 解决Text内容展示越界
Expanded(
child: Text(time,
textAlign: TextAlign.left,
textAlign: TextAlign.right,
overflow: TextOverflow.ellipsis,
style: TextStyle(color: color)))
],