From bcd07e0c8f86996a8073f2d5356c2db6ec5e8658 Mon Sep 17 00:00:00 2001 From: Eudemon Date: Wed, 12 Mar 2025 19:10:46 +0800 Subject: [PATCH] fixed --- src/components/layout/CommonLayout.vue | 2 +- src/components/loading/StartLoading.vue | 2 +- src/pages/index/index.vue | 38 ++++++++++++++----------- src/theme/red.js | 1 + 4 files changed, 24 insertions(+), 19 deletions(-) diff --git a/src/components/layout/CommonLayout.vue b/src/components/layout/CommonLayout.vue index 9bf8d60..2c4bd92 100644 --- a/src/components/layout/CommonLayout.vue +++ b/src/components/layout/CommonLayout.vue @@ -126,7 +126,7 @@ .service-icon { position: fixed; - z-index: 101; + z-index: 1011; } .content-container { diff --git a/src/components/loading/StartLoading.vue b/src/components/loading/StartLoading.vue index 26cd1b1..3d9b0d7 100644 --- a/src/components/loading/StartLoading.vue +++ b/src/components/loading/StartLoading.vue @@ -28,7 +28,7 @@ const props = defineProps({ .start-loading-view { position: fixed; - z-index: 9999; + z-index: 99; top: 0; left: 0; bottom: 0; diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index e60917b..4bc52a7 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,14 +1,16 @@