|
|
@@ -134,12 +134,12 @@ class MineView extends BaseView<MineController> {
|
|
|
Widget vipCard() {
|
|
|
return Container(
|
|
|
margin: EdgeInsets.only(top: 21.w),
|
|
|
- width: 326.w,
|
|
|
- height: 79.w,
|
|
|
+ width: 327.w,
|
|
|
+ height: 143.w,
|
|
|
decoration: ShapeDecoration(
|
|
|
image: DecorationImage(
|
|
|
image: Assets.images.bgMineVipCard.provider(),
|
|
|
- fit: BoxFit.cover,
|
|
|
+ fit: BoxFit.contain,
|
|
|
),
|
|
|
shape: RoundedRectangleBorder(
|
|
|
borderRadius: BorderRadius.circular(11.r),
|
|
|
@@ -150,14 +150,15 @@ class MineView extends BaseView<MineController> {
|
|
|
onTap: controller.clickVip,
|
|
|
|
|
|
child: Container(
|
|
|
- padding: EdgeInsets.only(left: 15.w, right: 15.w),
|
|
|
+ padding: EdgeInsets.only(left: 15.w, right: 15.w,bottom: 88.w),
|
|
|
width: 326.w,
|
|
|
child: Row(
|
|
|
+ crossAxisAlignment: CrossAxisAlignment.end,
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
children: [
|
|
|
Column(
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
- mainAxisAlignment: MainAxisAlignment.center,
|
|
|
+ mainAxisAlignment: MainAxisAlignment.end,
|
|
|
children: [
|
|
|
// vip 图标
|
|
|
Assets.images.iconMineVip.image(width: 62.w, height: 19.h),
|