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

ui 调整

parent 932fde7e
......@@ -369,6 +369,7 @@ class PictorialCard extends StatelessWidget {
return Container(
width: ScreenUtil().setWidth(110),
height: ScreenUtil().setWidth(110),
margin: EdgeInsets.only(bottom: ScreenUtil().setHeight(3)),
child: CachedNetworkImage(
imageUrl: '${item.image}',
width: ScreenUtil().setWidth(110),
......@@ -400,7 +401,7 @@ class PictorialCard extends StatelessWidget {
),
Container(
width: ScreenUtil().setWidth(343),
height: ScreenUtil().setHeight(53),
height: 53,
color: Colors.white,
child: Column(
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