wenhongquan 3 năm trước cách đây
mục cha
commit
54ec2ac219
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 1 1
      src/components/MapView/index.tsx
  2. 2 2
      src/components/MarkerMap/index.scss

+ 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;