Browse Source

safety

master
fmk 3 years ago
parent
commit
b4658c7005
  1. 3
      lib/store/store_view/store_order_list.dart

3
lib/store/store_view/store_order_list.dart

@ -188,7 +188,7 @@ class _StoreOrderListPage extends State<StoreOrderListPage> {
fontSize: 10.sp, fontSize: 10.sp,
fontWeight: MyFontWeight.regular, fontWeight: MyFontWeight.regular,
), ),
) ),
], ],
), ),
SizedBox(height: 7), SizedBox(height: 7),
@ -365,6 +365,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(

Loading…
Cancel
Save