Browse Source

safety

master
fmk 3 years ago
parent
commit
ef30c85fe9
  1. 1
      lib/store/store_order.dart
  2. 5
      lib/store/store_view/settlement.dart
  3. 5
      lib/store/store_view/shop_car.dart

1
lib/store/store_order.dart

@ -188,6 +188,7 @@ class _StoreOrderPage extends State<StoreOrderPage>
snap: false,
pinned: true,
stretch: false,
brightness: Brightness.light,
leading: GestureDetector(
onTap: () {
Navigator.of(context).pop();

5
lib/store/store_view/settlement.dart

@ -97,6 +97,7 @@ class _Settlement extends State<Settlement> {
leadingColor: Colors.white,
title:S.of(context).dingdanjiesuan,
titleColor: Colors.white,
brightness: Brightness.dark,
titleSize: 18.sp,
),
body: Container(
@ -105,7 +106,9 @@ class _Settlement extends State<Settlement> {
child: Container(
child: Column(
children: [
distributionMode(),
SizedBox(height: 14,),
///
@ -118,8 +121,6 @@ class _Settlement extends State<Settlement> {
payMethod(),
],
),
),

5
lib/store/store_view/shop_car.dart

@ -32,9 +32,8 @@ class _ShopCar extends State<ShopCar> {
height: MediaQuery.of(context).size.height / 2,
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.only(
topLeft: Radius.circular(8),
topRight: Radius.circular(8),
borderRadius: BorderRadius.vertical(
top: Radius.circular(8),
),
),
child: Column(

Loading…
Cancel
Save