From 2caa2e0f2fd6b68817f661bd8d9ca40c0d0f75d7 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Fri, 4 Aug 2023 14:57:51 +0800 Subject: [PATCH] progress --- src/components/Progress.vue | 61 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/src/components/Progress.vue b/src/components/Progress.vue index 7610304..8bc2e1b 100644 --- a/src/components/Progress.vue +++ b/src/components/Progress.vue @@ -11,6 +11,23 @@
继续消毒
+
+
+

设备温度/湿度/过氧化氢浓度

+
+
+
+

环境1/湿度/过氧化氢浓度

+
+
+
+

环境2/湿度/过氧化氢浓度

+
+
+
+
+
详情
+
@@ -28,6 +45,7 @@ .header_wrap { display: flex; align-items: center; + margin-bottom: 49px; .left_progress { width: 860px; height: 80px; @@ -100,5 +118,48 @@ } } } + .echarts_wrap { + height: 351px; + display: flex; + align-items: center; + margin-bottom: 19px; + .single_wrap { + flex: 1; + height: 351px; + .title { + font-family: Source Han Sans CN; + font-size: 14px; + font-weight: 500; + letter-spacing: 0.1em; + color: #000000; + margin-bottom: 24px; + padding-left: 11px; + } + .echarts_box { + width: 380px; + height: 308px; + } + } + } + .detail_wrap { + display: flex; + align-items: center; + justify-content: flex-end; + padding-right: 16px; + .detail { + width: 105px; + height: 31px; + border-radius: 16px; + background: #06518b; + display: flex; + align-items: center; + justify-content: center; + font-family: Source Han Sans CN; + font-size: 12px; + font-weight: normal; + letter-spacing: 0.1em; + color: #ffffff; + } + } }