diff --git a/lib/store/store_view/store_order_list.dart b/lib/store/store_view/store_order_list.dart index 88392dd7..fe81aed4 100644 --- a/lib/store/store_view/store_order_list.dart +++ b/lib/store/store_view/store_order_list.dart @@ -207,6 +207,7 @@ class _StoreOrderListPage extends State { fontWeight: MyFontWeight.medium, ), ), + SizedBox(width: 4), Text( "¥19.00", style: TextStyle( @@ -217,6 +218,7 @@ class _StoreOrderListPage extends State { ), ], ), + SizedBox(height: 2), Row( children: [ Text( @@ -227,7 +229,7 @@ class _StoreOrderListPage extends State { fontWeight: MyFontWeight.regular, ), ), - SizedBox(width: 10), + SizedBox(width: 2), Text( "¥19.00", style: TextStyle(