From 15f9683592a38ce15aee12a55f4a058b469b2b3c Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期三, 23 八月 2023 18:12:17 +0800 Subject: [PATCH] 大屏 --- screen_standard/src/views/process.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screen_standard/src/views/process.vue b/screen_standard/src/views/process.vue index 030023c..119ac7c 100644 --- a/screen_standard/src/views/process.vue +++ b/screen_standard/src/views/process.vue @@ -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