feat: 搜索页补充底部内边距

This commit is contained in:
orz12
2024-07-21 09:07:27 +08:00
parent 68c145c47f
commit f02b286822

View File

@@ -222,7 +222,8 @@ class _SearchPageState extends State<SearchPage> with RouteAware {
return Obx(
() => Container(
width: double.infinity,
padding: const EdgeInsets.fromLTRB(10, 25, 6, 0),
padding: EdgeInsets.fromLTRB(
10, 25, 6, MediaQuery.of(context).padding.bottom + 50),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [