This commit is contained in:
wyf
2025-06-17 19:12:30 +08:00
parent e34966aaba
commit f3f3e4f73f
117 changed files with 5479 additions and 6679 deletions

View File

@@ -67,14 +67,12 @@ class ShareUserWidget extends GetView {
alignment: const AlignmentDirectional(-1, 0),
child: Text(
'${info['userName']}',
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily: 'Readex Pro',
color: Colors.white,
fontSize: 30.rpx,
letterSpacing: 0.0,
),
style: TextStyle(
fontFamily: 'Readex Pro',
color: Colors.white,
fontSize: 30.rpx,
letterSpacing: 0.0,
),
),
),
),
@@ -87,14 +85,12 @@ class ShareUserWidget extends GetView {
: info['opType'] == 2
? '仅允许对方查看该设备'
: '',
style: FlutterFlowTheme.of(context)
.bodyMedium
.override(
fontFamily: 'Readex Pro',
color: const Color(0xFFC8CBD2),
fontSize: 20.rpx,
letterSpacing: 0.0,
),
style: TextStyle(
fontFamily: 'Readex Pro',
color: const Color(0xFFC8CBD2),
fontSize: 20.rpx,
letterSpacing: 0.0,
),
),
),
),
@@ -109,7 +105,7 @@ class ShareUserWidget extends GetView {
// maxWidth: 130,
// ),
// decoration: BoxDecoration(
// color: FlutterFlowTheme.of(context).secondaryBackground,
//
// ),
// child: Row(
// mainAxisSize: MainAxisSize.max,
@@ -119,7 +115,7 @@ class ShareUserWidget extends GetView {
// alignment: const AlignmentDirectional(0, 0),
// child: Text(
// ' ',
// style: FlutterFlowTheme.of(context).bodyMedium.override(
// style: TextStyle(
// fontFamily: 'Readex Pro',
// color: const Color(0xFF333333),
// fontSize: 13,