Skip to content

Commit

Permalink
fix: 优化订阅页面
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleafgo committed May 12, 2023
1 parent 0f5ab6b commit ffa176c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app/pages/profiles/profile_item.dart
Expand Up @@ -159,7 +159,7 @@ class SelectableCard extends StatelessWidget {
Row(
mainAxisAlignment: MainAxisAlignment.end,
children: isLoading
? [const SizedBox(width: 25, height: 25, child: CircularProgressIndicator())]
? [const SizedBox(width: 20, height: 20, child: CircularProgressIndicator())]
: btnList,
),
// 添加蒙层及进度条
Expand Down

0 comments on commit ffa176c

Please sign in to comment.