|
|
@ -142,8 +142,7 @@ class _UnionList extends State<UnionList> { |
|
|
|
|
|
|
|
|
|
|
|
Widget buildStoreItem(Store store, position) { |
|
|
|
Widget buildStoreItem(Store store, position) { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
margin: EdgeInsets.fromLTRB(16.w, 8.h, 16.w, 8.h), |
|
|
|
margin: EdgeInsets.fromLTRB(16.w, 8.h, 16.w, 12.h), |
|
|
|
// padding: EdgeInsets.fromLTRB(20.w, 20.h, 20.w, 20.h), |
|
|
|
|
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
|
borderRadius: BorderRadius.all(Radius.circular(8)), |
|
|
|
borderRadius: BorderRadius.all(Radius.circular(8)), |
|
|
@ -186,7 +185,7 @@ class _UnionList extends State<UnionList> { |
|
|
|
Positioned( |
|
|
|
Positioned( |
|
|
|
bottom: 16.h, |
|
|
|
bottom: 16.h, |
|
|
|
left: 12.w, |
|
|
|
left: 12.w, |
|
|
|
right: 0, |
|
|
|
right: 12.w, |
|
|
|
child: Container( |
|
|
|
child: Container( |
|
|
|
height: 100.h, |
|
|
|
height: 100.h, |
|
|
|
child: Row( |
|
|
|
child: Row( |
|
|
|