提交 1cb79a92 authored 作者: yueweilu's avatar yueweilu

筛选可滑动

上级 99b6ddc8
......@@ -32,7 +32,10 @@ class _FilterPageState extends State<FilterPage> {
},
child: Container(
color: const Color(0xFF000000).withOpacity(0.5),
// color: Colors.red,
child: SingleChildScrollView(
child: Column(
// mainAxisSize: MainAxisSize.min,
children: [
GestureDetector(
behavior: HitTestBehavior.opaque,
......@@ -106,6 +109,7 @@ class _FilterPageState extends State<FilterPage> {
],
),
),
),
);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论