修改服務啟動動作與QRCode產生按鈕

1.啟動時連接印表機
2.判斷是否要開啟藍芽
3.畫面加入QRCode產生按鈕,方便APP設定
This commit is contained in:
Jay
2017-09-07 23:40:51 +08:00
parent 593c017a08
commit a7f7653efa
10 changed files with 88 additions and 21 deletions
+16
View File
@@ -6,4 +6,20 @@ html, body{
.t-right {
text-align: right;
}
#qr img {
margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1; /*For IE 6&7 only*/
}
+1
View File
File diff suppressed because one or more lines are too long