From 71c2452942c0d727b81a96dd75f0934c8e69042e Mon Sep 17 00:00:00 2001 From: datang Date: Thu, 7 Apr 2022 11:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E9=99=86/=E9=80=89=E6=8B=A9=E5=B0=8F?= =?UTF-8?q?=E5=8C=BA=E2=80=94=E2=80=94=E5=9F=8E=E5=B8=82=E4=B9=8B=E9=97=B4?= =?UTF-8?q?=E7=9A=84=E9=80=89=E6=8B=A9=E9=A1=B9=E8=BF=87=E4=BA=8E=E5=AF=86?= =?UTF-8?q?=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/widget/picker/bee_city_picker.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/widget/picker/bee_city_picker.dart b/lib/widget/picker/bee_city_picker.dart index c649fa9d..7c70dc94 100644 --- a/lib/widget/picker/bee_city_picker.dart +++ b/lib/widget/picker/bee_city_picker.dart @@ -88,7 +88,7 @@ class _BeeCityPickerState extends State { children: [ Expanded( child: CupertinoPicker( - itemExtent: 60.w, + itemExtent: 70.w, magnification: 1.0, // offAxisFraction: -0.6, looping: true, @@ -110,7 +110,7 @@ class _BeeCityPickerState extends State { ), Expanded( child: CupertinoPicker( - itemExtent: 60.w, + itemExtent: 70.w, magnification: 1.0, looping: true, scrollController: _cityController, @@ -131,7 +131,7 @@ class _BeeCityPickerState extends State { ), Expanded( child: CupertinoPicker( - itemExtent: 60.w, + itemExtent: 70.w, magnification: 1.0, // offAxisFraction: 0.6, looping: true,