客户端打印默认设置
This commit is contained in:
@ -159,7 +159,7 @@ let main ={
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label:'版本号:2.1.6',
|
label:'版本号:2.1.9',
|
||||||
icon: respath + path.sep+ "static"+ path.sep+"images"+ path.sep+"paste.png",
|
icon: respath + path.sep+ "static"+ path.sep+"images"+ path.sep+"paste.png",
|
||||||
},]
|
},]
|
||||||
});
|
});
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>选择打印机</title>
|
<title>请点击“打印”打印处方签</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="../../node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
|
<link href="../../node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet" />
|
||||||
<link href="../../node_modules/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet" />
|
<link href="../../node_modules/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet" />
|
||||||
@ -35,10 +35,20 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.active {
|
.active {
|
||||||
background-color: #c6c9ce !important;
|
height: 70px;
|
||||||
|
font-size: 20px;
|
||||||
|
background-color: #0099ff !important;
|
||||||
border-color: #c6c9ce !important;
|
border-color: #c6c9ce !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-group{
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group-item-action{
|
||||||
|
color: #8e9699;
|
||||||
|
}
|
||||||
|
|
||||||
.printer-button {
|
.printer-button {
|
||||||
width: 65px;
|
width: 65px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user