Browse Source

订单列表ui适配更改;

wr_2023_business
wurong 1 year ago
parent
commit
87f5e9b85c
  1. 3
      lib/business_system/order/business_order_page.dart
  2. 187
      pubspec.lock

3
lib/business_system/order/business_order_page.dart

@ -86,8 +86,7 @@ class _BusinessOrderPage extends State<BusinessOrderPage>
title: "",
leading: false,
background: Colors.white,
toolbarHeight:
kToolbarHeight,
toolbarHeight: MediaQuery.of(context).size.height >= 750 ? (kToolbarHeight + 15.h) : kToolbarHeight,
bottom: TabBar(
// isScrollable: true, //
//

187
pubspec.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save