forked from drone/command-center-dashboard

罗广辉
2025-04-21 2800fa4f32f3900509cb4d6eefaf2bfaf54efdd7
src/views/SignMachineNest/MachineRight/MachineStatus/MachineTableDetails/MachineTableDetails.vue
@@ -57,7 +57,7 @@
   { name: '机巢状态', value: '', field: 'status' },
])
const store = useStore()
const singleTotal = computed(() => store.state.home.singleTotal)
const singleTotal = inject('singleTotal')
watch(singleTotal, val => {
   if (val?.device_info) {
      infoList.value.forEach(item => {
@@ -70,12 +70,10 @@
<style lang="scss">
.machineTableDetails {
   width: 1270px;
   height: 856px;
   .el-pagination {
      text-align: left;
      padding: 20px 20px 0 20px;
      padding: 10px 20px 5px 10px;
   }
   .my-header {
      display: inline-block;
@@ -90,7 +88,7 @@
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 14px;
   margin-bottom: 10px;
   font-size: 14px;
   color: #ffffff;
   .itemBox {
@@ -115,7 +113,7 @@
   margin: 0 24px;
}
.machineTableDetailsTitle {
   margin-bottom: 16px;
   margin-bottom: 10px;
   background: url('/src/assets/images/signMachineNest/machineRight/detailtitle.png') no-repeat center;
   background-size: 100% 100%;
   span {