分享设备用户列表
This commit is contained in:
@@ -57,7 +57,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
),
|
||||
Positioned(
|
||||
left: 0.rpx,
|
||||
child: returnIconButtomNew,
|
||||
child: returnIconButtomNew(),
|
||||
),
|
||||
],
|
||||
),
|
||||
@@ -85,7 +85,7 @@ class RegisterPage extends GetView<MHTRegisterController> {
|
||||
height: bodysize!.maxHeight * 1,
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
children: [
|
||||
Align(
|
||||
alignment: AlignmentDirectional(-1, 0),
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user