From 998bcc72127c975ec0ffbfd4fd6cdb055f49fbe4 Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期四, 16 二月 2023 15:22:58 +0800
Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW

---
 src/views/Thematic/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/Thematic/index.vue b/src/views/Thematic/index.vue
index 01e5cbb..0918c76 100644
--- a/src/views/Thematic/index.vue
+++ b/src/views/Thematic/index.vue
@@ -2,9 +2,9 @@
   <div class="themaic">
     <mapsdk></mapsdk>
     <top class="title" ref="title"></top>
-    <left class="mapleft" :style="{ width: leftWidth }"></left>
-    <right class="mapright" :style="{ width: rightWidth }"></right>
-    <bottom class="mapbottom"></bottom>
+    <left class="mapleft" :style="{ width: leftWidth }" ref="mapleft"></left>
+    <right class="mapright" :style="{ width: rightWidth }"  ref="mapright"></right>
+    <bottom class="mapbottom"  ref="mapbottom"></bottom>
   </div>
 </template>
 

--
Gitblit v1.9.3