更新登录布局
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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',
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user