diff --git a/lib/store/store_order.dart b/lib/store/store_order.dart index 697588a6..f07d484b 100644 --- a/lib/store/store_order.dart +++ b/lib/store/store_order.dart @@ -188,6 +188,7 @@ class _StoreOrderPage extends State snap: false, pinned: true, stretch: false, + brightness: Brightness.light, leading: GestureDetector( onTap: () { Navigator.of(context).pop(); diff --git a/lib/store/store_view/settlement.dart b/lib/store/store_view/settlement.dart index 5ab3b2bf..26d7ad34 100644 --- a/lib/store/store_view/settlement.dart +++ b/lib/store/store_view/settlement.dart @@ -97,6 +97,7 @@ class _Settlement extends State { 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 { child: Container( child: Column( children: [ + distributionMode(), + SizedBox(height: 14,), ///订单商品 @@ -118,8 +121,6 @@ class _Settlement extends State { payMethod(), - - ], ), ), diff --git a/lib/store/store_view/shop_car.dart b/lib/store/store_view/shop_car.dart index b09e315f..e8bb23e4 100644 --- a/lib/store/store_view/shop_car.dart +++ b/lib/store/store_view/shop_car.dart @@ -32,9 +32,8 @@ class _ShopCar extends State { 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(