From 03df078310b88f2b4472c07ed9a09278b425ee00 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期二, 16 七月 2024 17:28:34 +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 |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 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 e451cc0..e0d845b 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,25 +140,26 @@
   display: flex;
   justify-content: left;
   flex-wrap: wrap;
-  margin-left: 5px;
+  width: 400px;
 }
 
 #entirety{
   text-align: center;
   width: 50%;
-  height: 105px;
+  height: 150px;
+  border: black 1px;
 }
 
 .row1 {
   font-size: 12pt;
   font-weight: bold;
-  height: 25px;
+  height: 35px;
 }
 
 .row2 {
   font-size: 12pt;
   font-weight: bold;
-  height: 25px;
+  height: 30px;
 }
 span {
   font-size: 12pt;
@@ -170,10 +171,11 @@
   height: 30px;
   font-size: 20pt;
   font-weight: bolder;
+  line-height: 30px;
 }
 
 .row5 {
-  height: 25px;
+  height: 40px;
   font-weight: bold;
   font-size: 12pt;
 }

--
Gitblit v1.8.0