提交 73d4835d authored 作者: yueweilu's avatar yueweilu

标签为空的情况不占位

上级 08c918a2
...@@ -74,7 +74,7 @@ class _LibraryPageState extends State<LibraryPage> { ...@@ -74,7 +74,7 @@ class _LibraryPageState extends State<LibraryPage> {
) )
], ],
), ),
_buildLabel(), controller.filterLabels.isEmpty?const SizedBox():_buildLabel(),
Container( Container(
// color: Colors.red, // color: Colors.red,
child: Expanded( child: Expanded(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论