fix display card overflow
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user