wenhongquan 3 жил өмнө
parent
commit
54ec2ac219

+ 1 - 1
src/components/MapView/index.tsx

@@ -30,7 +30,7 @@ export default defineComponent({
   setup(props, ctx) {
     const mapRef = ref<Element>();
 
-    const isopen = ref(true);
+    const isopen = ref(false);
 
     let tipcontentRef = ref<Element>();
 

+ 2 - 2
src/components/MarkerMap/index.scss

@@ -92,8 +92,8 @@
     .othersystem {
         position: absolute;
         bottom: 5%;
-        left: 30%;
-        width: 40%;
+        left: 34%;
+        width: 32%;
         height: 15%;
         text-align: center;
         flex-direction: row;