|
|
@@ -321,7 +321,7 @@ class _QueryWidgetState extends State < QueryWidget > {
|
|
|
height: ScreenUtil.getInstance().setHeight(320),
|
|
|
margin: EdgeInsets.only(top: ScreenUtil.getInstance().setHeight(1)),
|
|
|
decoration: BoxDecoration(
|
|
|
- color: Color.fromRGBO(244, 248, 251, 1),
|
|
|
+ color: Colors.white,
|
|
|
border: Border.all(color: Color.fromRGBO(204, 204, 204, 1), width: 1),
|
|
|
borderRadius: BorderRadius.all(Radius.circular(5))
|
|
|
),
|
|
|
@@ -331,7 +331,7 @@ class _QueryWidgetState extends State < QueryWidget > {
|
|
|
return InkWell(
|
|
|
child: Padding(
|
|
|
padding: EdgeInsets.all(10),
|
|
|
- child: Text(likeOrderNoList[index]),
|
|
|
+ child: Text(likeOrderNoList[index],style: TextStyle(color:Color.fromRGBO(64, 98, 254, 1)),),
|
|
|
),
|
|
|
onTap: () {
|
|
|
setState(() {
|