diff --git a/src/components/Progress.vue b/src/components/Progress.vue index 8b1162d..6a361cb 100644 --- a/src/components/Progress.vue +++ b/src/components/Progress.vue @@ -199,6 +199,14 @@ v-if="disinfectWarnVisible" :hideDisinfectModal="hideDisinfectModal" /> + +
+
+ +

结束消毒中

+
+
+
@@ -890,4 +898,29 @@ const continueDisinfect = () => { } } } +.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; + } +}