mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
Update login_page.dart
This commit is contained in:
@@ -371,7 +371,9 @@ class _LoginPageState extends ConsumerState<LoginPage> {
|
|||||||
),
|
),
|
||||||
Positioned(
|
Positioned(
|
||||||
bottom: 10,
|
bottom: 10,
|
||||||
child: SizedBox(
|
child: (getIt<UserInfoViewModel>().historyAccounts.isEmpty)
|
||||||
|
? const SizedBox.shrink()
|
||||||
|
: SizedBox(
|
||||||
width: MediaQuery.of(context).size.width,
|
width: MediaQuery.of(context).size.width,
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Material(
|
child: Material(
|
||||||
|
|||||||
Reference in New Issue
Block a user