From 593c3dc1800cb03ad895856fdddecb29c0b44249 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 30 May 2025 18:31:31 +0800
Subject: [PATCH] feat: 优化或者修复任务管理

---
 src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
index 7ebc58d..f544e30 100644
--- a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
+++ b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -242,12 +242,12 @@
 
 <style lang="scss" scoped>
 .task-intermediate-content {
-	margin: 0 20px 16px 10px;
+	margin: 0 18px 16px 10px;
 	background-color: #ffffff;
 	padding: 14px 18px;
 	// 表格
 	.task-table {
-		height: 520px;
+		height: 580px;
 		margin-top: 18px;
 		overflow: auto;
 	}

--
Gitblit v1.9.3