From 80790ccc8b8ee6ac8db201f0f6c2d136fefd5a69 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Sat, 12 Apr 2025 08:52:59 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard
---
src/views/Home/HomeLeft/OverviewNext.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/Home/HomeLeft/OverviewNext.vue b/src/views/Home/HomeLeft/OverviewNext.vue
index 31f7ad9..4893556 100644
--- a/src/views/Home/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/HomeLeft/OverviewNext.vue
@@ -22,11 +22,10 @@
v-for="(item, index) in tableList"
:key="index"
@click="signMachineNestClick(item)"
- @mouseover="changeIndex(index)"
- @mouseout="changeIndexBack(index)"
+
>
<div class="name">
- <img class="imageicon" src="/src/assets/images/home/homeLeft/overviewnext-way.png" alt="" />
+ <img class="imageicon" :src="overviewnextWay" alt="" />
<!-- <img class="yjzx-img" width="10" height="10" src="@/assets/images/home/homeLeft/table-zx.png" alt="" /> -->
<img width="13" height="15" src="../../../assets/images/home/homeLeft/table-icon.png" alt="" />
{{ item.nickname }}
@@ -55,6 +54,8 @@
import MachineNestTotal from './components/MachineNestTotal.vue'
import { selectDevicePage } from '@/api/home/machineNest.js'
import { useStore } from 'vuex'
+
+import overviewnextWay from '@/assets/images/home/homeLeft/overviewnext-way.png'
const store = useStore()
@@ -148,7 +149,7 @@
line-height: 33px;
margin-bottom: 13px;
.name {
- margin-left: 60px;
+ margin-left: 46px;
}
}
.table-body {
--
Gitblit v1.9.3