forked from drone/command-center-dashboard

chenyao
2025-04-14 b0ccd2d131b2e3df5d901385e38ed0077b8d0fbc
src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -70,7 +70,7 @@
const jobListParams = reactive({
  current: 1,
  size: 8,
  size: 10,
  searchParams:{}
});
const jobListData = ref([]);
@@ -152,6 +152,7 @@
  .task-table {
    height: 528px;
    margin-top: 18px;
    overflow: auto;
  }
  .current-details {