From a20e5582d13fc2311d5d73f08f0b5ab074bc633b Mon Sep 17 00:00:00 2001 From: w-R <953969641@qq.com> Date: Mon, 7 Mar 2022 18:59:32 +0800 Subject: [PATCH] =?UTF-8?q?ui=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mine/personal_page.dart | 87 +------------------------------------ 1 file changed, 2 insertions(+), 85 deletions(-) diff --git a/lib/mine/personal_page.dart b/lib/mine/personal_page.dart index 1fbd7e90..cbc87bd5 100644 --- a/lib/mine/personal_page.dart +++ b/lib/mine/personal_page.dart @@ -317,7 +317,7 @@ class _PersonalPage extends State with WidgetsBindingObserver { bottom: 36, right: 0, child:Stack( - alignment: Alignment.bottomRight, + alignment: Alignment.bottomRight, children: [ Container( color: Colors.black, @@ -336,6 +336,7 @@ class _PersonalPage extends State with WidgetsBindingObserver { Container( margin: EdgeInsets.only( top: 50.h, left: 16.w, right: 16.w), + alignment: Alignment.topLeft, decoration: BoxDecoration( color: Colors.transparent, ), @@ -390,90 +391,6 @@ class _PersonalPage extends State with WidgetsBindingObserver { ], ), ), - // Positioned( - // top:0, - // left: 0, - // bottom: 0, - // right: 0, - // child:Stack( - // alignment: Alignment.bottomRight, - // children: [ - // Stack( - // children: [ - // Positioned( - // child: Container( - // color: Colors.black, - // child: Opacity( - // opacity: 0.9, - // child: MImage( - // memberInfor?.background ?? "", - // width: double.infinity, - // height: 260.h, - // fit: BoxFit.cover, - // errorSrc: - // "assets/image/default_1.png", - // fadeSrc: - // "assets/image/default_1.png", - // )))), - // Container( - // margin: EdgeInsets.only( - // top: 50.h, left: 16.w, right: 16.w), - // decoration: BoxDecoration( - // color: Colors.transparent, - // ), - // child: Column( - // mainAxisAlignment: - // MainAxisAlignment.spaceBetween, - // crossAxisAlignment: - // CrossAxisAlignment.center, - // children: [ - // GestureDetector( - // child: Image.asset( - // "assets/image/integral_return.png", - // width: 24, - // height: 24, - // ), - // onTap: () { - // Navigator.of(context).pop(); - // }, - // ), - // ], - // ), - // ), - // ], - // ), - // if(memberId == "0") - // Positioned( - // bottom: 49.h, - // right: 16.w, - // child:GestureDetector( - // onTap: (){ - // showImagePicker(); - // }, - // child:Container( - // padding: EdgeInsets.only(left: 2, right: 2), - // width: 59.w, - // height: 23.h, - // alignment: Alignment.center, - // decoration: BoxDecoration( - // borderRadius: BorderRadius.circular(2), - // color: Color(0x80000000), - // ), - // child: Text( - // "更换背景", - // overflow: TextOverflow.ellipsis, - // style: TextStyle( - // fontSize: 12.sp, - // fontWeight: MyFontWeight.regular, - // color: Color(0xFFFFFFFF), - // ), - // ), - // ), - // ), - // ), - // ], - // ), - // ), homeInfo(), ], ),