优化界面显示

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

@@ -1107,7 +1107,7 @@ class _MovieDetailPageState extends State<MovieDetailPage> {
isOverlay: true,
),
// 关联人物
WorkPeopleSection(workId: movie.id, workType: 'movie'),
WorkPeopleSection(workId: movie.id, workType: 'movie', isOverlay: true),
const SizedBox(height: 12),
// 简介:内部已有毛玻璃卡片
if (movie.summary != null && movie.summary!.isNotEmpty)