diff --git a/src/views/oneMap/components/dynamicInformation.vue b/src/views/oneMap/components/dynamicInformation.vue
index 0d9ae12..745c99d 100644
--- a/src/views/oneMap/components/dynamicInformation.vue
+++ b/src/views/oneMap/components/dynamicInformation.vue
@@ -32,7 +32,11 @@
>
@@ -434,6 +438,7 @@
display: flex;
align-items: center;
transition: all 1s ease;
+ z-index: 99;
&.openIcon {
width: calc(100% - 980px);
}
diff --git a/src/views/oneMap/components/dynamicInformation.vue b/src/views/oneMap/components/dynamicInformation.vue
index 0d9ae12..745c99d 100644
--- a/src/views/oneMap/components/dynamicInformation.vue
+++ b/src/views/oneMap/components/dynamicInformation.vue
@@ -32,7 +32,11 @@
>
@@ -434,6 +438,7 @@
display: flex;
align-items: center;
transition: all 1s ease;
+ z-index: 99;
&.openIcon {
width: calc(100% - 980px);
}
diff --git a/src/views/oneMap/index.vue b/src/views/oneMap/index.vue
index 31ea2b6..64d9e10 100644
--- a/src/views/oneMap/index.vue
+++ b/src/views/oneMap/index.vue
@@ -5,14 +5,20 @@