From 8ed7235b068438e7f45ed949f7f86b3d89ebfb5f Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 30 五月 2024 17:01:18 +0800
Subject: [PATCH] 修改标签打印样式

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue
index 3ba7f4c..5d6ca94 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintLabel.vue
@@ -114,12 +114,14 @@
   display: flex;
   justify-content: left;
   flex-wrap: wrap;
+  margin-left: 5px;
+  margin-top: 15px;
 }
 
 #entirety{
   text-align: center;
-  width: 196px;
-  height: 88px;
+  width: 195px;
+  height: 87px;
   margin-bottom: 10px;
 }
 

--
Gitblit v1.8.0