From 7574e4356302e9dade97e5dec1ebc72d04938c4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Thu, 5 Feb 2026 16:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=81=AE=E7=BD=A9=E5=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/mine/vip_page.dart | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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(