From 20440c1cc14ac8313c69efa2cf79b1c947da53dc Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 2 Sep 2024 17:53:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=9A=A7=E9=81=93?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E9=A6=96=E9=A1=B5,=E7=BB=93=E6=9D=9F?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E4=B9=8B=E5=90=8E=E5=88=87=E6=8D=A2=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tunnel-simulate/index.vue | 3 +++ src/views/tunnel-simulate/tunnel-list.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/tunnel-simulate/index.vue b/src/views/tunnel-simulate/index.vue index 58b6f0d..0483c58 100644 --- a/src/views/tunnel-simulate/index.vue +++ b/src/views/tunnel-simulate/index.vue @@ -277,6 +277,9 @@ onMounted(() => { const startSimulate = () => { isStartSimulate.value = false } +const endSimulate = () => { + isStartSimulate.value = true +} const changeName = (id) => { for (let item of equipmentOption.value) { if (item.value === id) { diff --git a/src/views/tunnel-simulate/tunnel-list.vue b/src/views/tunnel-simulate/tunnel-list.vue index b2a614d..a0f0e73 100644 --- a/src/views/tunnel-simulate/tunnel-list.vue +++ b/src/views/tunnel-simulate/tunnel-list.vue @@ -803,7 +803,7 @@ const handleMoreDelete = debounce(() => { } .left-img { - cursor: pointer; + //cursor: pointer; margin-top: 110px; margin-right: 50px; width: 340px;