@@ -510,7 +510,7 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
children: < Widget > [
Padding(
padding: EdgeInsets.only(right: ScreenUtil.getInstance().setWidth(22)),
- child: Image.asset('lib/images/icon_dayinji.png',
+ child: Image.asset('lib/images/icon_print_type.png',
width: ScreenUtil.getInstance().setWidth(30),
height: ScreenUtil.getInstance().setHeight(34),
)
@@ -382,7 +382,7 @@ class _QueryWidgetState extends State < QueryWidget > {
color: Colors.white,
borderRadius: BorderRadius.all(Radius.circular(8)),
boxShadow: [
- BoxShadow(color: Color.fromRGBO(217, 226, 233, 1),offset: Offset(0, 4),blurRadius: 3.0),
+ BoxShadow(color: Color.fromRGBO(217, 226, 233, 0.5),offset: Offset(0, 2),blurRadius: 3.0),
]
),
child: Container(
@@ -440,7 +440,7 @@ class _OrderCardContainerState extends State < OrderCardContainer > with SingleT
@@ -81,6 +81,7 @@ flutter:
- lib/images/icon_bank.png
- lib/images/icon_checked.png
- lib/images/icon_avatar.png
+ - lib/images/icon_print_type.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.