Browse Source

增加遮罩层

dev-2.0
王子贤 1 month ago
parent
commit
7574e43563
1 changed files with 11 additions and 5 deletions
  1. 16
      lib/pages/mine/vip_page.dart

16
lib/pages/mine/vip_page.dart

@ -125,11 +125,16 @@ class _VipPageState extends State<VipPage> {
Column( Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ 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,), SizedBox(height: 6.w,),
@ -211,6 +216,7 @@ class _VipPageState extends State<VipPage> {
}), }),
], ],
), ),
SizedBox(height: 24.w,),
Row( Row(
children: [ children: [
Text( Text(

Loading…
Cancel
Save