diff --git a/src/components/public/viewMap.vue b/src/components/public/viewMap.vue index 0f65cd7..2b83013 100644 --- a/src/components/public/viewMap.vue +++ b/src/components/public/viewMap.vue @@ -74,7 +74,7 @@ const showPop = () => show.value = !show.value width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.698039215686274); - z-index: 1002; + z-index: 1002 !important; } .pop { diff --git a/src/views/detail.vue b/src/views/detail.vue index ceff1dd..5487b75 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -7,7 +7,7 @@