Browse Source

修复下拉框颜色不正确

loki.wu 1 year ago
parent
commit
b77943c923
2 changed files with 2 additions and 1 deletions
  1. 1 0
      lib/components/form_relevant/select_component.dart
  2. 1 1
      pubspec.yaml

+ 1 - 0
lib/components/form_relevant/select_component.dart

@@ -28,6 +28,7 @@ class FFromSelect extends FStatelessWidget {
       source: sourceList,
       hintText: hintText,
       value: value,
+      textColor: Colors.black,
       clearable: true,
       height: 36,
       optionLabelExtractor: (data) => data.name,

+ 1 - 1
pubspec.yaml

@@ -54,7 +54,7 @@ dependency_overrides:
   fis_ui:
     git:
       url: http://git.ius.plus:88/Project-Wing/fis_lib_ui.git
-      ref: e03c886
+      ref: 4eb80f6
       # path: ../fis_lib_ui
 # For information on the generic Dart part of this file, see the
 # following page: https://dart.dev/tools/pub/pubspec