From b864a88a6d34cbed2cfaad7f5e843ea1330c9c91 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 18 七月 2024 10:31:33 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue
index 2e28546..147f202 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel1.vue
@@ -152,11 +152,17 @@
   font-weight: bold;
   height: 20px;
 }
+.row1 span {
+  font-size: 10pt;
+}
 
 .row2 {
   font-size: 8pt;
   font-weight: bold;
   height: 20px;
+}
+.row2 span {
+  font-size: 10pt;
 }
 span {
   font-size: 10pt;
@@ -179,19 +185,15 @@
 .row5 span {
   font-size: 8pt;
 }
-.row1 span {
-  font-size: 10pt;
-}
-.row2 span {
-  font-size: 10pt;
-}
+
+
 
 
 
 
 @page {
   size: auto;  /* auto is the initial value */
-  margin: 13mm 4mm 0mm 4mm  /* this affects the margin in the printer settings */
+  margin: 13mm 4mm 0mm 4mm;  /* this affects the margin in the printer settings */
 
 }
 

--
Gitblit v1.8.0