会议信息越界处理
This commit is contained in:
parent
307ba4f020
commit
0ec8987acc
|
|
@ -738,12 +738,18 @@ class MeetingMainPageState extends State<MeetingMainPage> {
|
|||
fontWeight: FontWeight.w500,
|
||||
color: ColorUtil.Color_134_134_134),
|
||||
),
|
||||
Text(
|
||||
UserStore.to.userInfoEntity.value!.userName,
|
||||
style: TextStyle(
|
||||
fontSize: 12.sp,
|
||||
color: ColorUtil.Color_202_202_202,
|
||||
fontWeight: FontWeight.w500),
|
||||
Container(
|
||||
width: 100,
|
||||
margin: const EdgeInsets.only(left: 6),
|
||||
child: Text(
|
||||
UserStore.to.userInfoEntity.value!.userName,
|
||||
maxLines: 1,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: TextStyle(
|
||||
fontSize: 12.sp,
|
||||
color: ColorUtil.Color_202_202_202,
|
||||
fontWeight: FontWeight.w500),
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue