mod: 直播推荐顶部边距不统一

This commit is contained in:
orz12
2024-07-11 17:39:25 +08:00
parent 1a9ee2d153
commit eb58675e88

View File

@@ -91,7 +91,7 @@ class _LivePageState extends State<LivePage>
SliverPadding(
// 单列布局 EdgeInsets.zero
padding:
const EdgeInsets.fromLTRB(0, StyleString.safeSpace, 0, 0),
const EdgeInsets.fromLTRB(0, StyleString.cardSpace, 0, 0),
sliver: FutureBuilder(
future: _futureBuilderFuture,
builder: (context, snapshot) {