fix: 万师傅入口遮盖住了删除账号功能入口,导致审核不通过
This commit is contained in:
parent
c373cc402a
commit
80787fd0ea
@ -456,10 +456,10 @@ class _MineSetPageState extends State<MineSetPage>
|
|||||||
// showLoginOutAlertTipDialog();
|
// showLoginOutAlertTipDialog();
|
||||||
}),
|
}),
|
||||||
Container(
|
Container(
|
||||||
padding: EdgeInsets.only(right: 30.w, top: 30.h),
|
padding: EdgeInsets.only(left: 30.w, top: 30.h),
|
||||||
// color: Colors.red,
|
// color: Colors.red,
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.end,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
TextButton(
|
TextButton(
|
||||||
child: Text(
|
child: Text(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user