From 92b915edaba7a3e91667e9ab7823ec7a46fd2995 Mon Sep 17 00:00:00 2001 From: break60 <790061044@qq.com> Date: Wed, 27 May 2020 10:34:48 +0800 Subject: [PATCH] dag download does not refresh, modify the task instance operation width value --- .../js/conf/home/pages/dag/_source/plugIn/downChart.js | 8 ++++---- .../pages/projects/pages/taskInstance/_source/list.vue | 2 +- .../conf/home/pages/projects/pages/taskInstance/index.vue | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/downChart.js b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/downChart.js index 1c851a175f..ff3e0aabb2 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/downChart.js +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/downChart.js @@ -111,10 +111,10 @@ DownChart.prototype.download = function ({ dagThis }) { }, 100) // To refresh the dag instance, otherwise you can't re-plot - setTimeout(() => { - // Refresh current dag - findComponentDownward(this.dag.$root, `${this.dag.type}-details`).init() - }, 500) + // setTimeout(() => { + // // Refresh current dag + // findComponentDownward(this.dag.$root, `${this.dag.type}-details`).init() + // }, 500) }) }) } diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/_source/list.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/_source/list.vue index 5ce0eadbc8..189d59a0c8 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/_source/list.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/_source/list.vue @@ -57,7 +57,7 @@ {{$t('Retry Count')}} - + {{$t('Operation')}} diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/index.vue index a7b62a21d1..ad0ff0884e 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/index.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/index.vue @@ -171,7 +171,7 @@ tr { th:last-child,td:last-child { background: inherit; - width: 50px; + width: 60px; height: 40px; line-height: 40px; border-left:1px solid #ecf3ff; @@ -183,7 +183,7 @@ border-bottom:1px solid #ecf3ff; } th:nth-last-child(2) { - padding-right: 80px; + padding-right: 90px; } } }