Browse Source

safety

master
fmk 3 years ago
parent
commit
7d299d9ca9
  1. 4
      lib/store/store_view/store_order_list.dart

4
lib/store/store_view/store_order_list.dart

@ -207,6 +207,7 @@ class _StoreOrderListPage extends State<StoreOrderListPage> {
fontWeight: MyFontWeight.medium, fontWeight: MyFontWeight.medium,
), ),
), ),
SizedBox(width: 4),
Text( Text(
"¥19.00", "¥19.00",
style: TextStyle( style: TextStyle(
@ -217,6 +218,7 @@ class _StoreOrderListPage extends State<StoreOrderListPage> {
), ),
], ],
), ),
SizedBox(height: 2),
Row( Row(
children: [ children: [
Text( Text(
@ -227,7 +229,7 @@ class _StoreOrderListPage extends State<StoreOrderListPage> {
fontWeight: MyFontWeight.regular, fontWeight: MyFontWeight.regular,
), ),
), ),
SizedBox(width: 10), SizedBox(width: 2),
Text( Text(
"¥19.00", "¥19.00",
style: TextStyle( style: TextStyle(

Loading…
Cancel
Save