Ver código fonte

修改模糊匹配弹层背景色及字体颜色

daxu0403 7 anos atrás
pai
commit
faa7aa587f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      lib/pages/order_management_page.dart

+ 2 - 2
lib/pages/order_management_page.dart

@@ -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(() {