mod: 界面及无障碍调整

This commit is contained in:
orz12
2024-03-13 18:38:59 +08:00
parent cc6da716bc
commit 4d5f57b8d0
16 changed files with 277 additions and 222 deletions

View File

@@ -156,7 +156,7 @@ class _MinePageState extends State<MinePage> {
),
),
),
const SizedBox(height: 10),
const SizedBox(height: 13),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
@@ -173,7 +173,7 @@ class _MinePageState extends State<MinePage> {
),
],
),
const SizedBox(height: 5),
const SizedBox(height: 8),
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
@@ -190,7 +190,7 @@ class _MinePageState extends State<MinePage> {
]))
],
),
const SizedBox(height: 25),
const SizedBox(height: 22),
if (_mineController.userInfo.value.levelInfo != null) ...[
LayoutBuilder(
builder: (context, BoxConstraints box) {
@@ -246,7 +246,7 @@ class _MinePageState extends State<MinePage> {
},
),
],
const SizedBox(height: 30),
const SizedBox(height: 26),
Padding(
padding: const EdgeInsets.only(left: 12, right: 12),
child: LayoutBuilder(