From 31caeb0f4c1f14bb04ca80d916fcb4df83fcab3e Mon Sep 17 00:00:00 2001
From: wulitaotao <547306458@qq.com>
Date: 星期四, 16 二月 2023 14:38:11 +0800
Subject: [PATCH] 左侧内容提交

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