From 8fdc033c45d8c8312c24f8026fe638b568c7982b Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Mon, 13 Dec 2021 21:56:51 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit008=EF=BC=9A=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=8E=A8=E9=80=81=E4=BA=A4=E8=AD=A6=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80=EF=BC=8C=E6=96=B9=E4=BE=BF=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E2=80=9C=E6=8A=93=E6=8B=8D=E6=97=B6=E9=97=B4=E2=80=9D=E3=80=81?= =?UTF-8?q?=E2=80=9C=E6=8E=A8=E9=80=81=E6=97=B6=E9=97=B4=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/Works/HYSH/hysh_getList_fliter.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/pages/Works/HYSH/hysh_getList_fliter.dart b/lib/pages/Works/HYSH/hysh_getList_fliter.dart index cbd483f..36c6539 100644 --- a/lib/pages/Works/HYSH/hysh_getList_fliter.dart +++ b/lib/pages/Works/HYSH/hysh_getList_fliter.dart @@ -1114,6 +1114,9 @@ class _HyshPageState extends State { fontWeight: _selTimeType == 0 ? FontWeight.bold : null, )), onTap: _updateSelectTiemType), + SizedBox( + height: ScreenUtil().setHeight(20), // 微调上下对齐 + ), InkWell( child: Text('推送时间:', style: TextStyle( @@ -1123,7 +1126,7 @@ class _HyshPageState extends State { )), onTap: _updateSelectTiemType), SizedBox( - height: ScreenUtil().setHeight(9), // 微调上下对齐 + height: ScreenUtil().setHeight(10), // 微调上下对齐 ), ], );