更新
This commit is contained in:
@@ -181,10 +181,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
-1, 0),
|
||||
child: Text(
|
||||
'地址信息',
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
color: Colors
|
||||
@@ -273,7 +270,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
},
|
||||
side: BorderSide(
|
||||
width: 1.5,
|
||||
color: FlutterFlowTheme.of(context).secondaryText,
|
||||
color:Colors.white,
|
||||
),
|
||||
activeColor: const Color(0xFF84F5FF),
|
||||
checkColor: Color(0xFF011D33),
|
||||
@@ -285,10 +282,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
),
|
||||
Text(
|
||||
'默认',
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize:
|
||||
@@ -349,10 +343,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
children: [
|
||||
Text(
|
||||
'收件人',
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize:
|
||||
@@ -400,19 +391,13 @@ class EditAddressPage extends GetView<AddressController>
|
||||
0,
|
||||
10,
|
||||
18),
|
||||
labelStyle: FlutterFlowTheme.of(
|
||||
context)
|
||||
.labelMedium
|
||||
.override(
|
||||
labelStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
0,
|
||||
),
|
||||
hintStyle: FlutterFlowTheme.of(
|
||||
context)
|
||||
.labelMedium
|
||||
.override(
|
||||
hintStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
@@ -471,10 +456,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
8),
|
||||
),
|
||||
),
|
||||
style: FlutterFlowTheme
|
||||
.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style:TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
@@ -529,10 +511,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
children: [
|
||||
Text(
|
||||
'手机号',
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize:
|
||||
@@ -582,19 +561,13 @@ class EditAddressPage extends GetView<AddressController>
|
||||
0,
|
||||
10,
|
||||
18),
|
||||
labelStyle: FlutterFlowTheme.of(
|
||||
context)
|
||||
.labelMedium
|
||||
.override(
|
||||
labelStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
0,
|
||||
),
|
||||
hintStyle: FlutterFlowTheme.of(
|
||||
context)
|
||||
.labelMedium
|
||||
.override(
|
||||
hintStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
@@ -653,10 +626,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
8),
|
||||
),
|
||||
),
|
||||
style: FlutterFlowTheme
|
||||
.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
@@ -719,10 +689,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
// },
|
||||
child: Text(
|
||||
'所在地区',
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize:
|
||||
@@ -777,11 +744,11 @@ class EditAddressPage extends GetView<AddressController>
|
||||
false,
|
||||
decoration: InputDecoration(
|
||||
contentPadding: const EdgeInsetsDirectional.fromSTEB(10, 0, 10, 18),
|
||||
labelStyle: FlutterFlowTheme.of(context).labelMedium.override(
|
||||
labelStyle: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
letterSpacing: 0,
|
||||
),
|
||||
hintStyle: FlutterFlowTheme.of(context).labelMedium.override(
|
||||
hintStyle: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
letterSpacing: 0,
|
||||
),
|
||||
@@ -847,15 +814,12 @@ class EditAddressPage extends GetView<AddressController>
|
||||
Icon(
|
||||
Icons.arrow_forward_ios,
|
||||
color:
|
||||
FlutterFlowTheme.of(context).secondaryText,
|
||||
Colors.white,
|
||||
size:
|
||||
12,
|
||||
),
|
||||
)),
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
@@ -918,7 +882,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
children: [
|
||||
Text(
|
||||
'详细地址',
|
||||
style: FlutterFlowTheme.of(context).bodyMedium.override(
|
||||
style:TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
fontSize:
|
||||
@@ -988,19 +952,13 @@ class EditAddressPage extends GetView<AddressController>
|
||||
10,
|
||||
10,
|
||||
10),
|
||||
labelStyle: FlutterFlowTheme.of(
|
||||
context)
|
||||
.labelMedium
|
||||
.override(
|
||||
labelStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
0,
|
||||
),
|
||||
hintStyle: FlutterFlowTheme.of(
|
||||
context)
|
||||
.labelMedium
|
||||
.override(
|
||||
hintStyle: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
@@ -1055,10 +1013,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
.circular(8),
|
||||
),
|
||||
),
|
||||
style: FlutterFlowTheme.of(
|
||||
context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily:
|
||||
'Readex Pro',
|
||||
letterSpacing:
|
||||
@@ -1147,9 +1102,7 @@ class EditAddressPage extends GetView<AddressController>
|
||||
),
|
||||
child: Text(
|
||||
"保存",
|
||||
style: FlutterFlowTheme.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
style: TextStyle(
|
||||
fontFamily: 'Readex Pro',
|
||||
color: stringToColor("#011D33"),
|
||||
letterSpacing: 0,
|
||||
|
||||
Reference in New Issue
Block a user