提交 bd2f04ea authored 作者: yueweilu's avatar yueweilu

点区颜色

上级 d98d6d46
...@@ -34,7 +34,7 @@ class _ReadCategoryPageState extends State<ReadCategoryPage> { ...@@ -34,7 +34,7 @@ class _ReadCategoryPageState extends State<ReadCategoryPage> {
widget.onTap!(); widget.onTap!();
}, },
child: Container( child: Container(
// color: Colors.red, color: Colors.white,
padding: EdgeInsets.only(left: 15.w,right: 15.w,top: 15.w,bottom: 15.w), padding: EdgeInsets.only(left: 15.w,right: 15.w,top: 15.w,bottom: 15.w),
child: Image.asset('assets/images/close.png') child: Image.asset('assets/images/close.png')
), ),
......
...@@ -35,7 +35,7 @@ class _ReadDiscussPageState extends State<ReadDiscussPage> { ...@@ -35,7 +35,7 @@ class _ReadDiscussPageState extends State<ReadDiscussPage> {
widget.onTap!(); widget.onTap!();
}, },
child: Container( child: Container(
// color: Colors.red, color: Colors.white,
padding: EdgeInsets.only(left: 15.w,right: 15.w,top: 15.w,bottom: 15.w), padding: EdgeInsets.only(left: 15.w,right: 15.w,top: 15.w,bottom: 15.w),
child: Image.asset('assets/images/close.png') child: Image.asset('assets/images/close.png')
), ),
......
...@@ -33,7 +33,7 @@ class _ReadNotePageState extends State<ReadNotePage> { ...@@ -33,7 +33,7 @@ class _ReadNotePageState extends State<ReadNotePage> {
widget.onTap!(); widget.onTap!();
}, },
child: Container( child: Container(
// color: Colors.red, color: Colors.white,
padding: EdgeInsets.only(left: 15.w,right: 15.w,top: 15.w,bottom: 15.w), padding: EdgeInsets.only(left: 15.w,right: 15.w,top: 15.w,bottom: 15.w),
child: Image.asset('assets/images/close.png') child: Image.asset('assets/images/close.png')
), ),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论