diff --git a/lib/pages/mine/vip_page.dart b/lib/pages/mine/vip_page.dart index 7cb1a03..b2f1fc5 100644 --- a/lib/pages/mine/vip_page.dart +++ b/lib/pages/mine/vip_page.dart @@ -125,11 +125,16 @@ class _VipPageState extends State { Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - Text( - userData.value?.nickName ?? "", - style: TextStyle( - fontSize: 18.w, - fontWeight: FontWeight.w700 + SizedBox( + width: 120.w, + child: Text( + userData.value?.nickName ?? "", + maxLines: 1, + overflow: TextOverflow.ellipsis, + style: TextStyle( + fontSize: 18.w, + fontWeight: FontWeight.w700 + ), ), ), SizedBox(height: 6.w,), @@ -211,6 +216,7 @@ class _VipPageState extends State { }), ], ), + SizedBox(height: 24.w,), Row( children: [ Text(