更新登录布局

This commit is contained in:
wyf
2025-06-18 09:52:31 +08:00
parent 81689d2fe8
commit b449f83cb0
4 changed files with 1651 additions and 1791 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -137,7 +137,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
InputBorder.none,
contentPadding:
EdgeInsetsDirectional.fromSTEB(
20.rpx, 0, 0, 10.rpx),
20.rpx, 0, 0, 0.rpx),
),
style: TextStyle(
fontFamily: 'Readex Pro',

View File

@@ -42,7 +42,7 @@ class UpdatePasswordPage extends GetView<UpdatePasswordController> {
),
),
child: Scaffold(
// key: scaffoldKey,
// key: scaffoldKey,
appBar: AppBar(
backgroundColor: Colors.transparent,
// backgroundColor: Colors.transparent,
@@ -80,7 +80,6 @@ class UpdatePasswordPage extends GetView<UpdatePasswordController> {
actions: [],
centerTitle: false,
),
backgroundColor: Colors.transparent,
body: Container(
width: bodysize!.maxWidth,