update ui

This commit is contained in:
wgh19
2024-05-14 17:30:49 +08:00
parent 36fedc6a97
commit 9ba859d668
6 changed files with 128 additions and 71 deletions

View File

@@ -58,7 +58,7 @@ class _SearchPageState extends State<SearchPage> {
@override
Widget build(BuildContext context) {
return ScaffoldPage(
padding: EdgeInsets.zero,
padding: const EdgeInsets.only(top: 8),
content: Column(
children: [
buildSearchBar(),