From c7187e038c284acc051a439c5eda16582bdb9b7a Mon Sep 17 00:00:00 2001
From: lixuliang <lixuliang_hd@126.com>
Date: 星期六, 14 九月 2024 10:16:13 +0800
Subject: [PATCH] 更新

---
 src/components/right/right-bottom.vue |   28 +++++-----------------------
 1 files changed, 5 insertions(+), 23 deletions(-)

diff --git a/src/components/right/right-bottom.vue b/src/components/right/right-bottom.vue
index 7572c34..15d9cad 100644
--- a/src/components/right/right-bottom.vue
+++ b/src/components/right/right-bottom.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="rightBottom trigger" id="rightBottom">
     <div class="mapTools">
-      <div class="mapTool">
+      <!-- <div class="mapTool">
         <el-tooltip
           class="item"
           effect="dark"
@@ -17,24 +17,7 @@
             <img class="legendImg" src="@/assets/img/new/鏁板瓧浜�.png" />
           </div>
         </el-tooltip>
-      </div>
-      <div class="mapTool">
-        <el-tooltip
-          class="item"
-          effect="dark"
-          content="鏂囨湰鎿嶄綔"
-          placement="left"
-          popper-class="item_tooltip"
-        >
-          <div
-            class="legend-bg"
-            @click="showTextArea"
-            :class="{ active: isShowTA }"
-          >
-            <img class="legendImg" src="@/assets/img/new/鏂囨湰杈撳叆.png" />
-          </div>
-        </el-tooltip>
-      </div>
+      </div> -->
       <div class="mapTool">
         <el-tooltip
           class="item"
@@ -398,10 +381,9 @@
     showDigitalPerson() {
       this.isShowDP = !this.isShowDP;
       this.$store.commit("showDigitalPerson", this.isShowDP);
-    },
-    showTextArea() {
-      this.isShowTA = !this.isShowTA;
-      this.$store.commit("showTextArea", this.isShowTA);
+      if (!this.isShowDP) {
+        this.$store.commit("showTextArea", false);
+      }
     },
     maskingOut() {
       if (!window.maskinglayer) {

--
Gitblit v1.9.3