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 @@