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