Commit 22d4d937 authored by 杜欣's avatar 杜欣

ui 调整

parent 932fde7e
...@@ -369,6 +369,7 @@ class PictorialCard extends StatelessWidget { ...@@ -369,6 +369,7 @@ class PictorialCard extends StatelessWidget {
return Container( return Container(
width: ScreenUtil().setWidth(110), width: ScreenUtil().setWidth(110),
height: ScreenUtil().setWidth(110), height: ScreenUtil().setWidth(110),
margin: EdgeInsets.only(bottom: ScreenUtil().setHeight(3)),
child: CachedNetworkImage( child: CachedNetworkImage(
imageUrl: '${item.image}', imageUrl: '${item.image}',
width: ScreenUtil().setWidth(110), width: ScreenUtil().setWidth(110),
...@@ -400,7 +401,7 @@ class PictorialCard extends StatelessWidget { ...@@ -400,7 +401,7 @@ class PictorialCard extends StatelessWidget {
), ),
Container( Container(
width: ScreenUtil().setWidth(343), width: ScreenUtil().setWidth(343),
height: ScreenUtil().setHeight(53), height: 53,
color: Colors.white, color: Colors.white,
child: Column( child: Column(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment