更新
This commit is contained in:
@@ -373,15 +373,13 @@ class _ApplyRepairPageState extends State<ApplyRepairPage> {
|
||||
children: [
|
||||
Text(
|
||||
'提交'.tr,
|
||||
style: FlutterFlowTheme.of(context)
|
||||
.bodyMedium
|
||||
.override(
|
||||
color: themeController.currentColor.sc3,
|
||||
fontFamily: 'Inter',
|
||||
fontSize:
|
||||
AppConstants().normal_text_fontSize,
|
||||
letterSpacing: 0.0,
|
||||
),
|
||||
style: TextStyle(
|
||||
color: themeController.currentColor.sc3,
|
||||
fontFamily: 'Inter',
|
||||
fontSize:
|
||||
AppConstants().normal_text_fontSize,
|
||||
letterSpacing: 0.0,
|
||||
),
|
||||
),
|
||||
].divide(SizedBox(
|
||||
width: 17.rpx,
|
||||
@@ -443,9 +441,9 @@ class _ApplyRepairPageState extends State<ApplyRepairPage> {
|
||||
isDense: true,
|
||||
labelStyle: TextStyle(
|
||||
letterSpacing: 0.0,
|
||||
fontWeight:
|
||||
FlutterFlowTheme.of(context).labelMedium.fontWeight,
|
||||
fontStyle: FlutterFlowTheme.of(context).labelMedium.fontStyle,
|
||||
// fontWeight:
|
||||
// FlutterFlowTheme.of(context).labelMedium.fontWeight,
|
||||
// fontStyle: FlutterFlowTheme.of(context).labelMedium.fontStyle,
|
||||
),
|
||||
hintText: hinttext,
|
||||
hintStyle: TextStyle(
|
||||
@@ -470,14 +468,14 @@ class _ApplyRepairPageState extends State<ApplyRepairPage> {
|
||||
),
|
||||
errorBorder: OutlineInputBorder(
|
||||
borderSide: BorderSide(
|
||||
color: FlutterFlowTheme.of(context).error,
|
||||
//
|
||||
width: 1.rpx,
|
||||
),
|
||||
borderRadius: BorderRadius.circular(8.rpx),
|
||||
),
|
||||
focusedErrorBorder: OutlineInputBorder(
|
||||
borderSide: BorderSide(
|
||||
color: FlutterFlowTheme.of(context).error,
|
||||
//
|
||||
width: 1.rpx,
|
||||
),
|
||||
borderRadius: BorderRadius.circular(8.rpx),
|
||||
|
||||
Reference in New Issue
Block a user