优化界面显示

This commit is contained in:
DelLevin-Home
2026-08-12 21:43:58 +08:00
parent e543618139
commit be3299a0b3
5 changed files with 79 additions and 48 deletions

View File

@@ -1185,7 +1185,7 @@ class _GameDetailPageState extends State<GameDetailPage> {
isOverlay: true,
),
// 关联人物
WorkPeopleSection(workId: game.id, workType: 'game'),
WorkPeopleSection(workId: game.id, workType: 'game', isOverlay: true),
if (game.summary != null && game.summary!.isNotEmpty) ...[
const SizedBox(height: 12),
_buildOverlaySummary(game),