hyzp_ybqx-Commit008:优化推送交警页面布局,方便点击“抓拍时间”、“推送时间”

This commit is contained in:
WinUser01
2021-12-13 21:56:51 +08:00
parent db662cd0c9
commit 8fdc033c45
@@ -1114,6 +1114,9 @@ class _HyshPageState extends State<HyshGetListFliter> {
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<HyshGetListFliter> {
)),
onTap: _updateSelectTiemType),
SizedBox(
height: ScreenUtil().setHeight(9), // 微调上下对齐
height: ScreenUtil().setHeight(10), // 微调上下对齐
),
],
);