diff --git a/src/assets/img/login.png b/src/assets/img/login.png
new file mode 100644
index 0000000..9419c63
Binary files /dev/null and b/src/assets/img/login.png differ
diff --git a/src/assets/img/start_trans.png b/src/assets/img/start_trans.png
index 6c8f3e9..daddf1f 100644
Binary files a/src/assets/img/start_trans.png and b/src/assets/img/start_trans.png differ
diff --git a/src/components/charts/LowerTemperature.vue b/src/components/charts/LowerTemperature.vue
new file mode 100644
index 0000000..6fe101b
--- /dev/null
+++ b/src/components/charts/LowerTemperature.vue
@@ -0,0 +1,91 @@
+
+ 下仓温度 -30 ℃
上仓制冷温度
+上仓温度
-30
diff --git a/src/components/charts/Vacua.vue b/src/components/charts/Vacua.vue new file mode 100644 index 0000000..3d33b11 --- /dev/null +++ b/src/components/charts/Vacua.vue @@ -0,0 +1,136 @@ + +真空管
+64Pa
+操作运行状态
+暂停抽取
+抽取真空
+操作运行状态
+暂停加热
+开始加热
+注入上仓液氮
注入下仓液氮
@@ -105,21 +105,54 @@ import UpperTank from 'cpns/charts/UpperTank' display: flex; align-items: center; box-sizing: border-box; - .start_wrap { + .upper_wrap { + display: flex; + align-items: center; + justify-content: center; + width: 350px; + height: 108px; + border-radius: 54px; + background: rgba(19, 195, 244, 0.2); + .real_btn { + width: 330px; + height: 88px; + border-radius: 44px; + background: #13c3f4; + box-sizing: border-box; + border: 2px solid #10b3e1; + display: flex; + align-items: center; + justify-content: center; + .icon { + width: 40px; + height: 40px; + margin-right: 13px; + } + .text { + font-family: Source Han Sans CN; + font-size: 36px; + font-weight: bold; + line-height: normal; + letter-spacing: 0.04em; + color: #ffffff; + } + } + } + .lower_wrap { display: flex; align-items: center; justify-content: center; width: 350px; height: 108px; border-radius: 54px; - background: rgba(23, 241, 121, 0.2); + background: rgba(86, 94, 228, 0.2); .real_btn { width: 330px; height: 88px; border-radius: 44px; - background: #17f179; + background: #565ee4; box-sizing: border-box; - border: 2px solid #1ad66e; + border: 2px solid #4d54d0; display: flex; align-items: center; justify-content: center;