更新部分显示样式
This commit is contained in:
@@ -564,7 +564,6 @@ Future<void> showHeightPickerDialog(
|
||||
// int tempIndex = selectedIndex;
|
||||
final RxInt tempIndex = RxInt(selectedIndex); // ✅ 改为 RxInt
|
||||
ThemeController themeController = Get.find();
|
||||
|
||||
await showDialog(
|
||||
context: context,
|
||||
barrierDismissible: true,
|
||||
@@ -1134,11 +1133,10 @@ Future<void> showIntervalPickerDialog(
|
||||
),
|
||||
SizedBox(
|
||||
height: 240.rpx,
|
||||
child: getOnePickers(
|
||||
child: getOnePickersSpe(
|
||||
context,
|
||||
values,
|
||||
tempIndex,
|
||||
|
||||
/// → 替换显示文本(核心)
|
||||
customDisplay: (val) => formatValue(val),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user