日报周报月报
This commit is contained in:
@@ -192,9 +192,8 @@ class _MessageDetailPageState extends State<MessageDetailPage> {
|
||||
getStatusText(widget.data['status']),
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
color: widget.data['data']['status'] == 1
|
||||
? Colors.white
|
||||
: Color(0xFF929699),
|
||||
color:
|
||||
widget.data['status'] == 1 ? Colors.white : Color(0xFF929699),
|
||||
fontSize: 26.rpx,
|
||||
letterSpacing: 0,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user