forked from drone/command-center-dashboard

罗广辉
2025-04-21 2800fa4f32f3900509cb4d6eefaf2bfaf54efdd7
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,8 @@
const goBack = () => {
  store.commit('setSingleUavHome', {});
   store.commit('setFootActiveIndex', 0);
  store.commit('setOsdVisibleInfo', {});
};
</script>
@@ -34,12 +36,12 @@
  color: #e7f5ff;
  .do-return {
    position: absolute;
    top: 50px;
    top: 40px;
    right: -50px;
    cursor: pointer;
    img {
      width: 40px;
      height: 40px;
     width: 60px;
      height: 33px;
    }
  }
}