feat:优化加载背景样式

This commit is contained in:
jxxghp
2025-02-06 13:48:03 +08:00
parent 361a4e0414
commit 2511acfea1
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
html {
background: var(--initial-loader-bg, #fff);
}
#loading-bg {
position: fixed;
z-index: 9999;