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

@@ -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),