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>