From eb58675e880f22263277b81fda916876762a7b84 Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 11 Jul 2024 17:39:25 +0800 Subject: [PATCH] =?UTF-8?q?mod:=20=E7=9B=B4=E6=92=AD=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E8=BE=B9=E8=B7=9D=E4=B8=8D=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/live/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/live/view.dart b/lib/pages/live/view.dart index 540ec59e..b11d2e51 100644 --- a/lib/pages/live/view.dart +++ b/lib/pages/live/view.dart @@ -91,7 +91,7 @@ class _LivePageState extends State 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) {