From 083b65c625ddfd238b4d325f856ab3bf706f71a4 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 14 Apr 2025 15:26:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue b/src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue
index 5e0d423..da720d5 100644
--- a/src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue
+++ b/src/views/TaskManage/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -71,7 +71,7 @@
 
 const jobListParams = reactive({
   current: 1,
-  size: 8,
+  size: 10,
   searchParams:{}
 });
 const jobListData = ref([]);
@@ -126,8 +126,6 @@
   jobListParams.current = 1;
   jobListParams.size = 10;
   jobListParams.searchParams = params;
-  // 存储查询条件 ,用于统计图搜索
-
   getJobList();
 };
 
@@ -159,6 +157,7 @@
   .task-table {
     height: 528px;
     margin-top: 18px;
+    overflow: auto;
   }
 
   .current-details {

--
Gitblit v1.9.3