From e3a01b8998236f1ded1aa4b37c61eda0db4dd73c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 17 Jan 2024 17:29:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=94=81=E5=B1=8F=E6=B7=BB=E5=8A=A0OMC?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=AD=89=E5=BE=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LockScreen/index.vue | 32 ++++++++++++- src/layouts/BasicLayout.vue | 17 +------ src/store/modules/locked.ts | 22 ++++++++- src/views/configManage/neManage/index.vue | 48 ++++++++++--------- .../configManage/softwareManage/index.vue | 24 +++++++++- 5 files changed, 100 insertions(+), 43 deletions(-) diff --git a/src/components/LockScreen/index.vue b/src/components/LockScreen/index.vue index 4ce9addd..baba3132 100644 --- a/src/components/LockScreen/index.vue +++ b/src/components/LockScreen/index.vue @@ -98,8 +98,8 @@ onUnmounted(() => { background: 'rgba(0, 0, 0, 0.85)', }" > - -
+ +
+ + +
+ +
正在重启,请稍等...
+
当准备就绪的时候,你的浏览器会自动刷新。
+
@@ -173,6 +180,27 @@ onUnmounted(() => { } } } + +.lock-screen_reload { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + background-color: transparent; + + color: #fff; + + & .text { + font-size: 24px; + font-weight: bold; + letter-spacing: 4px; + margin-top: 24px; + } + & .desc { + margin-top: 8px; + font-size: 16px; + } +}