forked from drone/command-center-dashboard

罗广辉
2025-04-12 fdefd1d355361ae20e7facc764d01de85d5edf37
src/views/Home/HomeLeft/MachineNestList.vue
@@ -1,6 +1,6 @@
<!-- 机巢详情列表 -->
<template>
   <common-title text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
   <common-title title="机巢概况" text="返回" :style="{ marginLeft: pxToRem(14) }" @details="detailsFun"></common-title>
   <div class="machine-nest-list">
      <MachineNestTotal @searchNickName="handleSearch" />
      <div class="content-wrapper">
@@ -152,7 +152,7 @@
            margin-top: 10px;
            height: 120px;
         }
         img {
            width: 45px;
@@ -243,4 +243,4 @@
      }
   }
}
</style>
</style>