opt dyn detail

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-20 22:29:51 +08:00
parent 12eb430d8c
commit 43d71bb368
4 changed files with 129 additions and 219 deletions

View File

@@ -320,16 +320,16 @@ Widget forWard(
);
// 课堂
case 'DYNAMIC_TYPE_COURSES_SEASON':
return Row(
children: [
Expanded(
child: Text(
"课堂💪:${item.modules.moduleDynamic!.major!.courses!['title']}",
maxLines: 1,
overflow: TextOverflow.ellipsis,
),
)
],
return SizedBox(
width: double.infinity,
child: Padding(
padding: floor == 1
? const EdgeInsets.symmetric(horizontal: 12)
: EdgeInsets.zero,
child: Text(
"课堂:${item.modules.moduleDynamic!.major!.courses!['title']}",
),
),
);
// 活动
case 'DYNAMIC_TYPE_COMMON_SQUARE':