From c7e6ef17c73feb1a3bf4bf0d6762d46f26fd4709 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期二, 13 八月 2024 08:27:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
UI-Project/src/views/UnLoadGlass/PrintFlow.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
index 7188fdb..26a1a9f 100644
--- a/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
+++ b/UI-Project/src/views/UnLoadGlass/PrintFlow.vue
@@ -88,7 +88,7 @@
"{display:none}@media print{" +
"@page {" +
" size: auto; " +
- " margin: 0mm 0mm 0mm 0mm; " +
+ " margin: 5mm 5mm 5mm 5mm; " +
" }body>:not(#" +
printId +
"){display:none !important}body>#" +
@@ -119,7 +119,6 @@
if (response.code == 200) {
// 缁戝畾鎴愬姛锛屽鐞嗛�昏緫
produceList.value = response.data;
- console.log(produceList.value);
ElMessage.success(response.message);
for (let j = 0; j < produceList.value.length; j++) {
let sumWeight = 0
@@ -368,7 +367,8 @@
#printFlowCard {
text-align: center;
-//font-weight: bolder; height: 600px;
+font-weight: bolder;
+ height: 600px;
}
#contentTable {
--
Gitblit v1.8.0