From 6616869f53c914fcddb9031e517631c0b316a842 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 15 Nov 2021 10:50:46 +0800
Subject: [PATCH] 保安证打印修改

---
 src/views/securityGuard/securityGuard.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index fe4b0ef..f59658d 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -2256,14 +2256,14 @@
 // 抬头名字
 .security_m_l_titleName {
   position: absolute;
-  top: 45px;
+  top: 35px;
   left: 121px;
   right: 0;
   line-height: 45px;
   letter-spacing: 3px;
 }
 //发证时间
-$timeTop: 312px; //整体高度
+$timeTop: 310px; //整体高度
 //年
 .security_m_l_titlepaperTimenian {
   position: absolute;
@@ -2288,7 +2288,7 @@
 //证件编号
 .security_m_l_downsecuritynumber {
   position: absolute;
-  top: 386px; //整体高度
+  top: 384px; //整体高度
   left: 145px;
 }
 
@@ -2297,28 +2297,28 @@
 $centerLeft: 458px;
 .security_m_r_o_right {
   position: absolute;
-  top: $downTop + $lineHigeht * 0-2px;
+  top: $downTop + $lineHigeht * 0-12px;
   left: $centerLeft;
   // width: $rightWidth;
 }
 // 生日
 .security_m_r_o_rightbirthday {
   position: absolute;
-  top: $downTop + $lineHigeht * 1-4px;
+  top: $downTop + $lineHigeht * 1-14px;
   left: $centerLeft;
   // width: $rightWidth;
 }
 // 地址
 .security_m_r_o_rightaddress {
   position: absolute;
-  top: $downTop + $lineHigeht * 2 -6px;
+  top: $downTop + $lineHigeht * 2 -16px;
   left: $centerLeft;
   width: 185px;
 }
 // 身份证
 .security_m_r_o_rightcardid {
   position: absolute;
-  top: $downTop + $lineHigeht * 4 +10px;
+  top: $downTop + $lineHigeht * 4 +0px;
   left: $centerLeft;
   // width: $rightWidth;
 }

--
Gitblit v1.9.3