From 0d5b39fec6dab0e8768047bad9fef683efbc51d4 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 20 Mar 2026 09:09:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E8=83=8C=E6=99=AF=E4=B9=B1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #mainLoading 背景从半透明 rgba(255,255,255,0.6) 改为 与页面一致的不透明渐变背景,覆盖住 Vue 未编译的模板 语法(花括号等),避免刷新时透出乱码 --- clientarea/hgcloud/css/dark-override.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/clientarea/hgcloud/css/dark-override.css b/clientarea/hgcloud/css/dark-override.css index b305563..bd14d7b 100644 --- a/clientarea/hgcloud/css/dark-override.css +++ b/clientarea/hgcloud/css/dark-override.css @@ -16,11 +16,17 @@ html, body { } #mainLoading { - background: rgba(255,255,255,0.6) !important; + background: linear-gradient(135deg, #e8f0fe 0%, #f0e6ff 30%, #dbeafe 60%, #e0f2fe 100%) !important; + position: fixed !important; + top: 0 !important; + left: 0 !important; + width: 100% !important; + height: 100% !important; + z-index: 9999 !important; } #mainLoading.pro-des::before { - background: rgba(255,255,255,0.6) !important; + background: linear-gradient(135deg, #e8f0fe 0%, #f0e6ff 30%, #dbeafe 60%, #e0f2fe 100%) !important; } .template:first-child {