提交 04ff9c16 authored 作者: yueweilu's avatar yueweilu

add

上级 78613c38
......@@ -146,7 +146,7 @@ class _BuildItemState extends State<BuildItem> {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
Expanded(child: Container(
color: Colors.red,
color: Colors.white,
child: Text(chapterModel.name??'',style: TextStyle(fontSize: 14.w,color: chapterModel.currentRead?AppTheme.primary:chapterModel.seen ==0? Colours.c3:Colours.c9,fontWeight: Fonts.medium,height: 2),maxLines: 1,overflow:TextOverflow.ellipsis))),
Gaps.hGaps5,
chapterModel.isReading == 1? Container(
......
......@@ -147,7 +147,12 @@ class _BuildItemState extends State<BuildItem> {
):const SizedBox(),
],
),),
chapterModel.children!.isEmpty?const SizedBox(): Transform.rotate(
chapterModel.children!.isEmpty?Container(
margin: EdgeInsets.only(left: 15.w,right: 15.w),
width: 12.w,
height: 6.w,
// color: Colors.red,
): Transform.rotate(
angle: chapterModel.selected?0:-90 * (3.141592653589793 / 180),
child: GestureDetector(
onTap: (){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论