opt set dynpage ratio

tweak

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-08 12:21:00 +08:00
parent c0287d05be
commit d108373c33
5 changed files with 14 additions and 17 deletions

View File

@@ -111,12 +111,9 @@ class _PgcIntroPageState extends State<PgcIntroPage>
);
}
return SliverPadding(
padding: EdgeInsets.only(
left: StyleString.safeSpace,
right: StyleString.safeSpace,
top: StyleString.safeSpace,
bottom: StyleString.safeSpace + MediaQuery.paddingOf(context).bottom,
),
padding:
const EdgeInsets.all(StyleString.safeSpace) +
const EdgeInsets.only(bottom: 50),
sliver: sliver,
);
}

View File

@@ -1784,14 +1784,12 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
),
),
] else
Obx(
() => PgcIntroPage(
key: pgcPanelKey,
heroTag: heroTag,
cid: videoDetailController.cid.value,
showEpisodes: showEpisodes,
showIntroDetail: showIntroDetail,
),
PgcIntroPage(
key: pgcPanelKey,
heroTag: heroTag,
cid: videoDetailController.cid.value,
showEpisodes: showEpisodes,
showIntroDetail: showIntroDetail,
),
SliverToBoxAdapter(
child: SizedBox(