日报周报月报
This commit is contained in:
@@ -357,7 +357,7 @@ class DeviceInfoWidget extends GetView {
|
||||
EdgeInsetsDirectional.fromSTEB(
|
||||
5, 0, 5, 0),
|
||||
child: Text(
|
||||
'${device['suname']?.length > 5 ? device['suname'].substring(0, 5) + '...' : device['suname']}',
|
||||
'${device['source']?.length > 5 ? device['source'].substring(0, 5) + '...' : device['source']}',
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
color: Color(0xFF85F5FF),
|
||||
|
||||
Reference in New Issue
Block a user