diff --git a/src/components/Operator.vue b/src/components/Operator.vue
index 0a5c387..72ff8e5 100644
--- a/src/components/Operator.vue
+++ b/src/components/Operator.vue
@@ -436,6 +436,22 @@
v-if="disinfectWarnVisible"
:hideDisinfectModal="hideDisinfectModal"
/>
+
+
+
+
+
+
@@ -520,6 +536,7 @@ const startDisinfect = () => {
// 改变开始消毒状态 如果已经开始则不可点击
// 选择预设 而后开始消毒
// preVisible.value = true
+ operatorStore.updateShowStartReady(true)
realStart()
}
@@ -769,4 +786,29 @@ onUnmounted(() => {
}
}
}
+.wrapper {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: 100%;
+}
+.block {
+ width: 120px;
+ height: 120px;
+ display: flex;
+ flex-direction: column;
+ padding: 16px;
+ align-items: center;
+ justify-content: center;
+ .shutdown_text {
+ margin-top: 24px;
+ font-family: Source Han Sans CN;
+ font-size: 18px;
+ font-weight: normal;
+ line-height: normal;
+ letter-spacing: 0.06em;
+ color: #fff;
+ white-space: nowrap;
+ }
+}
diff --git a/src/components/PreSetting.vue b/src/components/PreSetting.vue
index 1682cf9..68c9070 100644
--- a/src/components/PreSetting.vue
+++ b/src/components/PreSetting.vue
@@ -91,6 +91,12 @@
/>
+