隐私调整

This commit is contained in:
2026-03-17 13:31:58 +08:00
parent eb41ecaec4
commit 9b6f93ca95
4 changed files with 77 additions and 5 deletions

View File

@@ -150,7 +150,8 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
const SizedBox(height: 10),
buildAgreement(),
const SizedBox(height: 40),
const SizedBox(height: 80),
_buildFooterSlogan()
],
),
),
@@ -159,7 +160,6 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
),
),
),
Positioned(left: 0, right: 0, bottom: 33.h, child: _buildFooterSlogan()),
if (AppTheme.is_show_host)
Positioned(
top: 40.h,