From 11da32de75cc1f04691676349ff17853b42f8722 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期三, 23 八月 2023 19:27:52 +0800
Subject: [PATCH] 大屏
---
screen_standard/src/views/process.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/screen_standard/src/views/process.vue b/screen_standard/src/views/process.vue
index a131c36..542c8f5 100644
--- a/screen_standard/src/views/process.vue
+++ b/screen_standard/src/views/process.vue
@@ -166,6 +166,7 @@
})
function initData() {
+ console.log(enterprise.departId);
// 璁″垝鏁�
getProcedurePlanData(enterprise.companyId, enterprise.departId, { procedureId: route.query.procedureId })
.then(res => {
@@ -501,7 +502,8 @@
}
.today-yield {
- height: calc(100vh - 690px);;
+ height: calc(100vh - 690px);
+ min-height: 226px;
background: linear-gradient(180deg, rgba(52, 88, 159, 0) 0%, rgba(0, 86, 255, 0.4) 100%);
.yield-content {
@@ -608,6 +610,7 @@
.bad-diagram {
height:calc(100vh - 690px);;
+ min-height: 226px;
background: linear-gradient(180deg, rgba(52, 88, 159, 0) 0%, rgba(0, 86, 255, 0.4) 100%);
.bad-content {
--
Gitblit v1.9.3