From b0087434234bffb64f20a95a6e1206ae035a7e98 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 5 Sep 2023 15:26:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=B6=88=E6=AF=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Progress.vue | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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; + } +}