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;
+ }
}
}