fix display card overflow
This commit is contained in:
parent
f8a523ec88
commit
388a842303
1 changed files with 3 additions and 6 deletions
|
|
@ -72,12 +72,9 @@ class _BuildLoyaltyCardListState extends State<BuildLoyaltyCardList> {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
},
|
},
|
||||||
windowBody: [
|
windowBody: [
|
||||||
Row(
|
Container(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
child: MihCardDisplay(
|
||||||
children: [
|
shopName: widget.cardList[index].shop_name, height: 250),
|
||||||
MihCardDisplay(
|
|
||||||
shopName: widget.cardList[index].shop_name, height: 250),
|
|
||||||
],
|
|
||||||
),
|
),
|
||||||
const SizedBox(height: 20),
|
const SizedBox(height: 20),
|
||||||
Container(
|
Container(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue