From b7f3ba58f13cc9180d20995071fad94ae489f4e8 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Mon, 4 Sep 2023 13:44:33 +0800 Subject: [PATCH] echarts --- src/components/Progress.vue | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/src/components/Progress.vue b/src/components/Progress.vue index b76bf44..dbf978c 100644 --- a/src/components/Progress.vue +++ b/src/components/Progress.vue @@ -55,7 +55,7 @@
-

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

+

设备

-

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

+

环境1

-

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

+

环境2

{ flex: 1; height: 351px; .title { + padding: 5px 13px; + margin-bottom: 24px; font-family: Source Han Sans CN; font-size: 14px; font-weight: 500; + line-height: normal; letter-spacing: 0.1em; - color: #000000; - margin-bottom: 24px; - padding-left: 11px; + color: #ffffff; + height: 27px; + border-radius: 14px; + opacity: 1; + background: #06518b; + width: 70px; + box-sizing: border-box; + display: flex; + align-items: center; + justify-content: center; } .echarts_box { width: 380px;