Administrator
2021-11-15 6616869f53c914fcddb9031e517631c0b316a842
保安证打印修改
1 files modified
14 ■■■■ changed files
src/views/securityGuard/securityGuard.vue 14 ●●●● patch | view | raw | blame | history
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;
}