From c43e9ca8e4baa3e31c1da3c086ec8f1a7d12e438 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期三, 23 八月 2023 18:27:20 +0800
Subject: [PATCH] 大屏

---
 screen_standard/src/views/process.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/screen_standard/src/views/process.vue b/screen_standard/src/views/process.vue
index 3ac67d4..119ac7c 100644
--- a/screen_standard/src/views/process.vue
+++ b/screen_standard/src/views/process.vue
@@ -199,7 +199,7 @@
       start()
     })
   // 鎶ュ伐鏃ュ織鍒嗛〉鏌ヨ 
-  getRecordLogPage(enterprise.companyId, enterprise.departId, { capacity: 9999, page: 1, model: { procedureId: route.query.procedureId } })
+  getRecordLogPage(enterprise.companyId, enterprise.departId, { capacity: 20, page: 1, model: { procedureId: route.query.procedureId } })
     .then(res => {
       data.reportListData = res.records
       reportStart()
@@ -501,7 +501,7 @@
     }
 
     .today-yield {
-      height: 222px;
+      height: calc(100vh - 690px);;
       background: linear-gradient(180deg, rgba(52, 88, 159, 0) 0%, rgba(0, 86, 255, 0.4) 100%);
 
       .yield-content {
@@ -607,7 +607,7 @@
     }
 
     .bad-diagram {
-      height: 222px;
+      height:calc(100vh - 690px);;
       background: linear-gradient(180deg, rgba(52, 88, 159, 0) 0%, rgba(0, 86, 255, 0.4) 100%);
 
       .bad-content {

--
Gitblit v1.9.3