opt: 优化投币Dialog逻辑

This commit is contained in:
guozhigq
2024-04-27 16:08:10 +08:00
parent d8699c2985
commit 77cd05212d
3 changed files with 52 additions and 80 deletions

View File

@ -29,7 +29,7 @@ class _SelectDialogState<T> extends State<SelectDialog<T>> {
return AlertDialog(
title: Text(widget.title),
contentPadding: const EdgeInsets.fromLTRB(0, 12, 0, 12),
contentPadding: const EdgeInsets.fromLTRB(0, 12, 0, 24),
content: StatefulBuilder(builder: (context, StateSetter setState) {
return SingleChildScrollView(
child: Column(