From faa5542bc83deb9d1a6f13ff52aca4669a89a919 Mon Sep 17 00:00:00 2001 From: wangfei <3597712270@qq.com> Date: 星期三, 14 八月 2024 16:38:00 +0800 Subject: [PATCH] 钢化进炉中,宽高调换,可视化大屏表格新增详情按钮,更改其中一个钢化灯显示判断 --- 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