From 12f2fd73462da331478fabc7eaa79fc35b1a59b3 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期五, 19 七月 2024 16:41:17 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabel.vue |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabel.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabel.vue
index 221eaba..7d1f64d 100644
--- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabel.vue
+++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintCustomLabel.vue
@@ -124,8 +124,9 @@
 }
 
 body {
-  font-weight: bolder;
   overflow: hidden;
+  font-family: Arial, sans-serif;
+  font-size: 10px;
 }
 
 #printButton {
@@ -139,7 +140,6 @@
   font-family: 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;
   */
   flex-wrap: wrap;
-  font-size: 12pt;
   display: flex;
   flex-direction: column;
 }
@@ -162,14 +162,11 @@
 
 .row3 {
   text-align: center;
-  font-weight: bolder;
-  font-size: 22px;
   /*display: flex;
   justify-content:space-evenly;*/
 }
 
 .row3 label {
-  font-size: 22px;
   margin-top: 28px;
 }
 
@@ -181,7 +178,6 @@
 }
 
 label {
-  font-weight: bolder;
   /*font-family: 'Microsoft YaHei', '寰蒋闆呴粦', sans-serif;*/
 }
 
@@ -198,7 +194,6 @@
 
 .contentRow .row1, .contentRow .row2 {
   text-align: left;
-  font-weight: bolder;
 }
 
 
@@ -220,7 +215,6 @@
 
 .printFlowCard_finished1 {
   flex-wrap: wrap;
-  font-size: 8pt;
   display: flex;
   flex-direction: column;
 }

--
Gitblit v1.8.0