From 09897d2adec822b398c652bc3b8e6b6cfd6a6b2b Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期四, 18 七月 2024 10:57:22 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi2.vue |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi2.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi2.vue
index d0a7f7c..b12b630 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi2.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabelSemi2.vue
@@ -140,7 +140,7 @@
   display: flex;
   justify-content: left;
   flex-wrap: wrap;
-  width: 400px;
+  width: 450px;
 }
 
 #entirety{
@@ -155,11 +155,16 @@
   font-weight: bold;
   height: 35px;
 }
-
+.row1 span {
+  font-size: 12pt;
+}
 .row2 {
   font-size: 12pt;
   font-weight: bold;
   height: 25px;
+}
+.row2 span {
+  font-size: 12pt;
 }
 span {
   font-size: 12pt;
@@ -179,12 +184,6 @@
   font-weight: bold;
   font-size: 12pt;
 }
-.row1 span {
-  font-size: 12pt;
-}
-.row2 span {
-  font-size: 12pt;
-}
 .row5 span {
   font-size: 12pt;
 }
@@ -199,7 +198,7 @@
 
 @page {
   size: auto;  /* auto is the initial value */
-  margin: 2mm 2mm 2mm 2mm  /* this affects the margin in the printer settings */
+  margin: 2mm 2mm 2mm 2mm;  /* this affects the margin in the printer settings */
 
 }
 

--
Gitblit v1.8.0