[运维] - 线上打印错位功能的调整

This commit is contained in:
fengchenchen
2022-03-03 16:29:03 +08:00
parent 7c9779ce25
commit 3a4d7f12f7
+6 -4
View File
@@ -113,8 +113,10 @@ export default {
</script>
<style scoped lang="less">
@page-top: 12pt;
@page-top: 9pt;
@page-left: 5pt;
@right-page-top: 12pt;
.sheet-box {
position: relative;
font-size: 10px;
@@ -256,7 +258,7 @@ export default {
.remark{
position: absolute;
left: calc(460pt + @page-left);
top: calc(273pt + @page-top);
top: calc(273pt + @right-page-top);
font-size: 14px;
line-height: 20px;
//letter-spacing: 0pt;
@@ -275,13 +277,13 @@ export default {
position: absolute;
font-size: 14px;
left: calc(475pt + @page-left);
top: calc(148pt + @page-top);
top: calc(148pt + @right-page-top);
}
.send-time{
position: absolute;
font-size: 14px;
left: calc(450pt + @page-left);
top: calc(168pt + @page-top);
top: calc(168pt + @right-page-top);
white-space: pre;
}
</style>