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

目录间距

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