From 10ecfd0b60442d209d1ab4b749580ffb638d1992 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期三, 08 五月 2024 14:44:04 +0800 Subject: [PATCH] 数字人更新 --- src/components/right/right-bottom.vue | 24 +++--------------------- 1 files changed, 3 insertions(+), 21 deletions(-) diff --git a/src/components/right/right-bottom.vue b/src/components/right/right-bottom.vue index 7572c34..79dee25 100644 --- a/src/components/right/right-bottom.vue +++ b/src/components/right/right-bottom.vue @@ -22,23 +22,6 @@ <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 class="mapTool"> - <el-tooltip - class="item" - effect="dark" content="浜﹀簞鏂板尯鑼冨洿" placement="left" popper-class="item_tooltip" @@ -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