forked from drone/command-center-dashboard

chenyao
2025-04-21 2a45e8331f65e4fc6dee2fba898bfbeaa01b0f5c
src/views/TaskManage/TaskTop/TaskTotal.vue
@@ -43,7 +43,7 @@
    list.value[2].value = res.data.data.running_num;
    list.value[3].value = res.data.data.pending_executions;
    list.value[4].value = res.data.data.executed;
    list.value[5].value = res.data.data.failed_executions;
    // list.value[5].value = res.data.data.failed_executions;
  });
};
@@ -70,10 +70,11 @@
    }
    img { width: 160px; height: 110px;}
    .num {
      width: 100px;
      position: absolute;
      font-size: 32px;
      top: 94px;
      left: 56px;
      top: 90px;
      left: 24px;
    }
  }
  .other-total {
@@ -99,4 +100,4 @@
    }
  }
}
</style>
</style>