|
@@ -97,7 +97,7 @@ class MemberPage extends BasePage<MemberController> {
|
|
|
height: 174,
|
|
height: 174,
|
|
|
),
|
|
),
|
|
|
Container(
|
|
Container(
|
|
|
- width: double.infinity,
|
|
|
|
|
|
|
+ //width: double.infinity,
|
|
|
decoration: BoxDecoration(
|
|
decoration: BoxDecoration(
|
|
|
borderRadius: BorderRadius.only(
|
|
borderRadius: BorderRadius.only(
|
|
|
topLeft: Radius.circular(20.w),
|
|
topLeft: Radius.circular(20.w),
|
|
@@ -109,7 +109,6 @@ class MemberPage extends BasePage<MemberController> {
|
|
|
children: [
|
|
children: [
|
|
|
SizedBox(height: 15.w),
|
|
SizedBox(height: 15.w),
|
|
|
buildUserInfoView(),
|
|
buildUserInfoView(),
|
|
|
- SizedBox(height: 26.w),
|
|
|
|
|
SizedBox(height: 23.w),
|
|
SizedBox(height: 23.w),
|
|
|
buildGoodsList(),
|
|
buildGoodsList(),
|
|
|
SizedBox(height: 12.w),
|
|
SizedBox(height: 12.w),
|
|
@@ -498,7 +497,8 @@ class MemberPage extends BasePage<MemberController> {
|
|
|
);
|
|
);
|
|
|
}),
|
|
}),
|
|
|
Container(
|
|
Container(
|
|
|
- height: 13.w,
|
|
|
|
|
|
|
+ height: 16.w,
|
|
|
|
|
+ width: MediaQuery.of(Get.context!).size.width - 77.w,
|
|
|
child: Row(
|
|
child: Row(
|
|
|
// 主轴默认左对齐,通过Spacer推挤右侧内容
|
|
// 主轴默认左对齐,通过Spacer推挤右侧内容
|
|
|
children: [
|
|
children: [
|
|
@@ -515,6 +515,7 @@ class MemberPage extends BasePage<MemberController> {
|
|
|
),
|
|
),
|
|
|
),
|
|
),
|
|
|
buildMemberCardVipDesc(),
|
|
buildMemberCardVipDesc(),
|
|
|
|
|
+ Spacer(),
|
|
|
Container(
|
|
Container(
|
|
|
child: MemberDiscountCountdownWidget(
|
|
child: MemberDiscountCountdownWidget(
|
|
|
onExpired: () {
|
|
onExpired: () {
|