Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-25 18:11:40 +08:00
parent a366b8a9e4
commit 8498ea0618
9 changed files with 55 additions and 47 deletions

View File

@@ -279,6 +279,7 @@ class _LivePageState extends CommonPageState<LivePage, LiveController>
Widget _buildFollowBody(ThemeData theme, List<CardLiveItem> followList) {
return SelfSizedHorizontalList(
gapSize: 5,
padding: EdgeInsets.zero,
childBuilder: (index) {
final item = followList[index];
return SizedBox(