优化界面显示

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

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