|
|
|
@ -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), // 微调上下对齐
|
|
|
|
),
|
|
|
|
),
|
|
|
|
],
|
|
|
|
],
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|