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