forked from drone/command-center-dashboard

chenyao
2025-04-14 b0ccd2d131b2e3df5d901385e38ed0077b8d0fbc
src/views/Home/HomeLeft/OverviewNext.vue
@@ -18,12 +18,11 @@
         >
            <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="overviewnextWay" alt="" />