From 2ddedb48ebcb4952e57aefe2fa0b2ba8094ea4c0 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 17 Apr 2025 13:52:04 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard
---
src/views/SignMachineNest/MachineLeft/MachineLeft.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/SignMachineNest/MachineLeft/MachineLeft.vue b/src/views/SignMachineNest/MachineLeft/MachineLeft.vue
index f746ffc..6f9d0b8 100644
--- a/src/views/SignMachineNest/MachineLeft/MachineLeft.vue
+++ b/src/views/SignMachineNest/MachineLeft/MachineLeft.vue
@@ -5,7 +5,7 @@
<!-- 机巢数据 -->
<MachineData></MachineData>
<div class="do-return" @click="goBack">
- <img src="../../../assets/images/signMachineNest/return.png" alt="" />
+ <img src="../../../assets/images/return.png" alt="" />
</div>
<!--巡检任务详情-->
<InspectionRaskDetails></InspectionRaskDetails>
@@ -24,6 +24,7 @@
const goBack = () => {
store.commit('setSingleUavHome', {});
+ store.commit('setFootActiveIndex', 0)
};
</script>
@@ -34,12 +35,12 @@
color: #e7f5ff;
.do-return {
position: absolute;
- top: 50px;
+ top: 40px;
right: -50px;
cursor: pointer;
img {
- width: 40px;
- height: 40px;
+ width: 60px;
+ height: 33px;
}
}
}
--
Gitblit v1.9.3