李志伟 před 3 roky
rodič
revize
792dbafe5e

+ 0
- 1
lib/pages/home/widgets/home/widgets/headers.dart Zobrazit soubor

@@ -11,7 +11,6 @@ class TypeHeader extends StatefulWidget {
11 11
   State<TypeHeader> createState() => _TypeHeaderState();
12 12
 }
13 13
 
14
-
15 14
 class _TypeHeaderState extends State<TypeHeader> {
16 15
   @override
17 16
   Widget build(BuildContext context) {

+ 1
- 1
lib/pages/search/index.jsx.dart Zobrazit soubor

@@ -11,7 +11,7 @@ class SearchPage extends BasicPage {
11 11
         decoration: const BoxDecoration(
12 12
           color: Colors.white,
13 13
         ),
14
-        child: ListView(children: [
14
+        child: Column(children: [
15 15
           Container(
16 16
             width: 345.w,
17 17
             height: 34.h,