forked from drone/command-center-dashboard

罗广辉
2025-04-13 d6e731d4e6b8c97707ee1a6cf455d6cc1f9e8e6f
src/views/Home/HomeLeft/MachineNestList.vue
@@ -14,7 +14,7 @@
            infinite-scroll-immediate="true"
         >
            <div
               :class="[index % 2 == 1 ? 'table-itemeven' : 'table-item']"
               :class="[index % 2 === 1 ? 'table-itemeven' : 'table-item']"
               v-for="(item, index) in tableList"
               :key="index"
            >