forked from drone/command-center-dashboard

罗广辉
2025-04-13 d6e731d4e6b8c97707ee1a6cf455d6cc1f9e8e6f
src/views/Home/HomeLeft/OverviewNext.vue
@@ -18,7 +18,7 @@
         >
            <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)"