diff --git a/public/css/print-lock.css b/public/css/print-lock.css index bded019..339163e 100644 --- a/public/css/print-lock.css +++ b/public/css/print-lock.css @@ -356,7 +356,7 @@ table.hiprint-printElement-tableTarget { width: 100%; height: 100%; padding: 10pt 10pt; - border: 1pt solid #000; + border: 2pt solid #000; } .temuBarCode-code { @@ -364,19 +364,19 @@ table.hiprint-printElement-tableTarget { height: 100%; } +.temuBarCode-code svg { + width: 100%; +} + .temuBarCode-top, .temuBarCode-bottom { display: flex; align-items: center; justify-content: space-between; - width: 90%; + width: 93%; } .temuBarCode-middle { - width: 80%; + width: 85%; height: 60%; } - -.temuBarCode-code svg { - width: 100%; -} diff --git a/src/components/print/Print.vue b/src/components/print/Print.vue index 6efc9ca..ab7f021 100644 --- a/src/components/print/Print.vue +++ b/src/components/print/Print.vue @@ -1,6 +1,6 @@