diff --git a/lib/pages/mine/vip_page.dart b/lib/pages/mine/vip_page.dart index 3d745fb..668868d 100644 --- a/lib/pages/mine/vip_page.dart +++ b/lib/pages/mine/vip_page.dart @@ -177,7 +177,7 @@ class _VipPageState extends State { child: Material( child: Container( width: 375.w, - height: 821.h - 270.w - 90.w, + height: 821.h - 270.w - 120.w, decoration: BoxDecoration( borderRadius: BorderRadius.vertical( top: Radius.circular(18.w) @@ -216,7 +216,6 @@ class _VipPageState extends State { }), ], ), - SizedBox(height: 12.w,), Row( children: [ @@ -242,7 +241,6 @@ class _VipPageState extends State { ) ], ), - SizedBox(height: 5.w,), Row( children: [ Text( @@ -255,7 +253,7 @@ class _VipPageState extends State { ) ], ), - SizedBox(height: 18.w,), + SizedBox(height: 12.w,), Container( padding: EdgeInsets.symmetric( horizontal: 18.w @@ -344,7 +342,7 @@ class _VipPageState extends State { left: 0, child: Container( width: 375.w, - height: 90.w, + height: 120.w, padding: EdgeInsets.symmetric( horizontal: 13.w ),