forked from drone/command-center-dashboard

chenyao
2025-04-14 b0ccd2d131b2e3df5d901385e38ed0077b8d0fbc
src/views/Home/HomeLeft/OverviewNext.vue
@@ -18,15 +18,14 @@
         >
            <div
               class="table-item"
               :class="[index % 2 == 1 ? '' : 'table-item-odd']"
               :class="[index % 2 === 1 ? '' : 'table-item-odd']"
               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 {