From 6920d66c836f0b227e5e2c26aeff776994cb3d27 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 15 八月 2024 09:12:31 +0800
Subject: [PATCH] 修改流程卡打印边距

---
 UI-Project/src/views/UnLoadGlass/PrintFlow.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
index 19a600a..6d3fa9b 100644
--- a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
+++ b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
@@ -417,7 +417,7 @@
 
 @page {
   size: auto;  /* auto is the initial value */
-  margin: 2mm 2mm 0mm 1mm  /* this affects the margin in the printer settings */
+  margin: 10mm 2mm 10mm 1mm;  /* this affects the margin in the printer settings */
 
 }
 

--
Gitblit v1.8.0