From c51a9d27b97514dfe8f4655a7a1dc8362c68f5a7 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Thu, 3 Aug 2023 14:42:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Test.vue | 67 +++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 62 insertions(+), 5 deletions(-) diff --git a/src/components/Test.vue b/src/components/Test.vue index 08bbf0a..1292bc6 100644 --- a/src/components/Test.vue +++ b/src/components/Test.vue @@ -32,11 +32,34 @@
关闭
-
-
-
-
-
+
+

水浸

+

000/000

+
更新读取水浸状态
+
+
+

液位

+

000/000

+
更新读取液位状态
+
+
+

仓内

+

温度 100 ℃

+

湿度 100 ℃

+

过氧化氢浓度 100 PPM

+
+
+

环境1

+

温度 100 ℃

+

湿度 100 ℃

+

过氧化氢浓度 100 PPM

+
+
+

环境2

+

温度 100 ℃

+

湿度 100 ℃

+

过氧化氢浓度 100 PPM

+
@@ -118,8 +141,42 @@ } } .update_wrap { + padding: 0 17px 0 40px; + justify-content: space-between; + .btn_wrap { + width: 184px; + height: 45px; + border-radius: 23px; + background: #06518b; + display: flex; + align-items: center; + justify-content: center; + font-family: Source Han Sans CN; + font-size: 14px; + font-weight: 500; + letter-spacing: 0.1em; + color: #ffffff; + } } .info_wrap { + padding: 0 32px 0 40px; + justify-content: space-between; + .title { + font-family: Source Han Sans CN; + font-size: 20px; + font-weight: 500; + letter-spacing: 0.06em; + color: #000000; + width: 57px; + white-space: nowrap; + } + .info { + font-family: Source Han Sans CN; + font-size: 14px; + font-weight: 500; + letter-spacing: 0.1em; + color: #06518b; + } } }