更新部分显示样式

This commit is contained in:
wyf
2025-12-09 15:47:05 +08:00
parent 5e63f2dfdc
commit e7c51bea52
15 changed files with 223 additions and 122 deletions

View File

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