提交 744aafdb authored 作者: yueweilu's avatar yueweilu

目录间距

上级 60c412c8
......@@ -134,7 +134,7 @@ class _BuildItemState extends State<BuildItem> {
},
child: Container(
padding: EdgeInsets.symmetric(horizontal: 15.w),
height: 30.w,
height: 40.w,
color: Colors.white,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
......@@ -158,7 +158,7 @@ class _BuildItemState extends State<BuildItem> {
):const SizedBox(),
],
),
Transform.rotate(
chapterModel.children!.isEmpty?const SizedBox(): Transform.rotate(
angle: chapterModel.selected?0:-90 * (3.141592653589793 / 180),
child: GestureDetector(
onTap: (){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论