|
|
@@ -299,8 +299,8 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
|
|
|
children: < Widget > [
|
|
|
_switchSite(context),
|
|
|
_passWordWidget(),
|
|
|
- _linkPrint(),
|
|
|
_printType(),
|
|
|
+ _linkPrint(),
|
|
|
],
|
|
|
),
|
|
|
);
|
|
|
@@ -424,9 +424,10 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
|
|
|
height: ScreenUtil.getInstance().setHeight(90),
|
|
|
color: Colors.white,
|
|
|
padding: EdgeInsets.fromLTRB(ScreenUtil.getInstance().setHeight(30), 0, 0, 0),
|
|
|
- margin: EdgeInsets.only(top: ScreenUtil.getInstance().setHeight(20)),
|
|
|
+ margin: EdgeInsets.only(top: ScreenUtil.getInstance().setHeight(0)),
|
|
|
child: Column(
|
|
|
children: < Widget > [
|
|
|
+ _underLine(),
|
|
|
Expanded(
|
|
|
child: Center(
|
|
|
child: Row(
|
|
|
@@ -443,7 +444,7 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
|
|
|
height: ScreenUtil.getInstance().setHeight(34),
|
|
|
)
|
|
|
),
|
|
|
- Text('打印机连接', style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(30), color: Color.fromRGBO(74, 74, 74, 1)), ),
|
|
|
+ Text('扫描打印机', style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(30), color: Color.fromRGBO(74, 74, 74, 1)), ),
|
|
|
],
|
|
|
),
|
|
|
),
|
|
|
@@ -483,7 +484,6 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
|
|
|
),
|
|
|
),
|
|
|
),
|
|
|
- _underLine()
|
|
|
],
|
|
|
)
|
|
|
);
|
|
|
@@ -495,6 +495,7 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
|
|
|
height: ScreenUtil.getInstance().setHeight(90),
|
|
|
color: Colors.white,
|
|
|
padding: EdgeInsets.fromLTRB(ScreenUtil.getInstance().setHeight(30), 0, 0, 0),
|
|
|
+ margin: EdgeInsets.only(top: ScreenUtil.getInstance().setHeight(20)),
|
|
|
child: Column(
|
|
|
children: < Widget > [
|
|
|
Expanded(
|
|
|
@@ -523,7 +524,7 @@ class _MyPageState extends State < MyPage > with AutomaticKeepAliveClientMixin {
|
|
|
Text(printType, style: TextStyle(fontSize: ScreenUtil.getInstance().setSp(30), color: Color.fromRGBO(153, 153, 153, 1)), ),
|
|
|
Icon(Icons.keyboard_arrow_right, color: Color.fromRGBO(199, 199, 204, 1))
|
|
|
],
|
|
|
- )
|
|
|
+ ),
|
|
|
],
|
|
|
),
|
|
|
),
|