From 531913a83c087abce46dd9230aa93d6a5e56cc8d Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sat, 11 Apr 2026 00:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8A=A5=E9=94=99=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 2 +- public/index.html | 14 ++++++++++++++ public/js/app.js | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index a512207..a015eb3 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1458,7 +1458,7 @@ input:checked+.slider:before { width: 100%; height: 100vh; height: 100dvh; - z-index: 1000; + z-index: 9999; display: flex; align-items: center; justify-content: center; diff --git a/public/index.html b/public/index.html index 943d0c8..260f4f4 100644 --- a/public/index.html +++ b/public/index.html @@ -80,6 +80,20 @@ observer.observe(document.documentElement, { childList: true, subtree: true }); })(); + diff --git a/public/js/app.js b/public/js/app.js index d98fb6a..dded584 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -2190,7 +2190,7 @@ async function saveSiteSettings() { if (!user) { - showSiteMessage('请先登录后操作', 'error'); + showSiteMessage('Please login first', 'error'); openLoginModal(); return; }