From dd7e5f591ee91f34539de1d6149aca22575976d8 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 19 七月 2024 16:19:33 +0800
Subject: [PATCH] 标签样式修改

---
 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