From 707dbf6a192a24b347fa6521a35c243eaa75818d Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 8 Nov 2023 09:04:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20index=5F10dept=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bigScreen/index_10dept.vue | 357 ++++++++++++++++----------- 1 file changed, 212 insertions(+), 145 deletions(-) diff --git a/src/views/bigScreen/index_10dept.vue b/src/views/bigScreen/index_10dept.vue index f8f4d8a9..1b4f13b8 100644 --- a/src/views/bigScreen/index_10dept.vue +++ b/src/views/bigScreen/index_10dept.vue @@ -28,11 +28,11 @@
昨日合格
- + @@ -42,11 +42,11 @@
累计合格
- +
@@ -54,7 +54,7 @@ - +
人员到岗
@@ -122,12 +122,12 @@ -->
- +
- +
任务进度
@@ -189,37 +189,38 @@ -->
-
+
- +
+ - +
全年生产统计
- +
- +
本月合格率统计
- +
- +
昨日合格统计
- +
@@ -234,8 +235,9 @@ } .header { - /* background: url("/public/img/head_bg.png"); */ - background: url("https://cdn-upload.datav.aliyun.com/upload/download/1675143770257-pNifja_p.webp"); + background: url("/public/img/photon_header.png"); + border-bottom: none; + /* background: url("https://cdn-upload.datav.aliyun.com/upload/download/1675143770257-pNifja_p.webp"); */ background-size: 100% 100%; font-size: 28px; justify-content: center; @@ -248,10 +250,9 @@ } */ .box { - background: rgba(6, 48, 109, .3); + background: rgba(10, 63, 68, 0.5); height: 100%; /* padding: 2px 2px 2px 2px; */ - border-radius: 2%; } .boxtitle { @@ -275,8 +276,13 @@ } .boxmain { - height: calc(100% - 5rem); - margin: 0px 4px 0px 4px; + height: calc(100% - 40px); +} + +@media screen and (max-width: 800px) { + .boxmain { + height: 200px; + } } .flex_center { @@ -313,18 +319,6 @@ table td { border-bottom: 1px solid rgba(255, 255, 255, .3); padding: .1rem 0; } - -.lineDiv { - height: 4px; - border-top: 1px solid #eeeeee; - position: relative; -} - -.lineDivBlock { - position: absolute; - width: 10%; - height: -}