Browse Source

调整vip布局

ios
王子贤 3 months ago
parent
commit
8b7c3c48d5
1 changed files with 3 additions and 5 deletions
  1. 8
      lib/pages/mine/vip_page.dart

8
lib/pages/mine/vip_page.dart

@ -177,7 +177,7 @@ class _VipPageState extends State<VipPage> {
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<VipPage> {
}),
],
),
SizedBox(height: 12.w,),
Row(
children: [
@ -242,7 +241,6 @@ class _VipPageState extends State<VipPage> {
)
],
),
SizedBox(height: 5.w,),
Row(
children: [
Text(
@ -255,7 +253,7 @@ class _VipPageState extends State<VipPage> {
)
],
),
SizedBox(height: 18.w,),
SizedBox(height: 12.w,),
Container(
padding: EdgeInsets.symmetric(
horizontal: 18.w
@ -344,7 +342,7 @@ class _VipPageState extends State<VipPage> {
left: 0,
child: Container(
width: 375.w,
height: 90.w,
height: 120.w,
padding: EdgeInsets.symmetric(
horizontal: 13.w
),

Loading…
Cancel
Save