From 8b7c3c48d54e2c02dbff4b503b9cb3096eff64dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Wed, 10 Dec 2025 16:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4vip=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/mine/vip_page.dart | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 ),