站点样式
This commit is contained in:
@@ -146,8 +146,6 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
|
||||
const SizedBox(height: 10),
|
||||
buildAgreement(),
|
||||
const SizedBox(height: 40),
|
||||
_buildFooterSlogan(),
|
||||
const SizedBox(height: 20),
|
||||
],
|
||||
),
|
||||
),
|
||||
@@ -156,7 +154,7 @@ 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,
|
||||
@@ -355,6 +353,7 @@ class _LoginPageState extends State<LoginPage> with SingleTickerProviderStateMix
|
||||
Widget _buildInputWrapper({required Widget child}) {
|
||||
return Container(
|
||||
height: 55.h,
|
||||
alignment: Alignment.center,
|
||||
decoration: BoxDecoration(
|
||||
color: const Color(0xFFF7F9FB),
|
||||
borderRadius: BorderRadius.circular(28),
|
||||
|
||||
Reference in New Issue
Block a user