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 @@ + + + + + diff --git a/src/components/charts/UpperTemperature.vue b/src/components/charts/UpperTemperature.vue index ab80912..219f1a9 100644 --- a/src/components/charts/UpperTemperature.vue +++ b/src/components/charts/UpperTemperature.vue @@ -30,7 +30,7 @@ -

上仓制冷温度

+

上仓温度

-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 @@ + + + + + diff --git a/src/components/operation/ExtractionVacuum.vue b/src/components/operation/ExtractionVacuum.vue index 548c829..aa37a3d 100644 --- a/src/components/operation/ExtractionVacuum.vue +++ b/src/components/operation/ExtractionVacuum.vue @@ -1,8 +1,48 @@ - + diff --git a/src/components/operation/StartHeating.vue b/src/components/operation/StartHeating.vue index 33ccb37..3089b14 100644 --- a/src/components/operation/StartHeating.vue +++ b/src/components/operation/StartHeating.vue @@ -1,8 +1,52 @@ - + diff --git a/src/components/operation/TransferLiquid.vue b/src/components/operation/TransferLiquid.vue index a18a79e..eac194d 100644 --- a/src/components/operation/TransferLiquid.vue +++ b/src/components/operation/TransferLiquid.vue @@ -24,17 +24,17 @@
- +
-
+

注入上仓液氮

-
+

注入下仓液氮

@@ -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;