hyzp_ybqx-Commit008:优化推送交警页面布局,方便点击“抓拍时间”、“推送时间”
This commit is contained in:
@@ -1114,6 +1114,9 @@ class _HyshPageState extends State<HyshGetListFliter> {
|
|||||||
fontWeight: _selTimeType == 0 ? FontWeight.bold : null,
|
fontWeight: _selTimeType == 0 ? FontWeight.bold : null,
|
||||||
)),
|
)),
|
||||||
onTap: _updateSelectTiemType),
|
onTap: _updateSelectTiemType),
|
||||||
|
SizedBox(
|
||||||
|
height: ScreenUtil().setHeight(20), // 微调上下对齐
|
||||||
|
),
|
||||||
InkWell(
|
InkWell(
|
||||||
child: Text('推送时间:',
|
child: Text('推送时间:',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
@@ -1123,7 +1126,7 @@ class _HyshPageState extends State<HyshGetListFliter> {
|
|||||||
)),
|
)),
|
||||||
onTap: _updateSelectTiemType),
|
onTap: _updateSelectTiemType),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: ScreenUtil().setHeight(9), // 微调上下对齐
|
height: ScreenUtil().setHeight(10), // 微调上下对齐
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user