You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/05/18 07:17:16 UTC

[incubator-dolphinscheduler] branch dev-1.3.0 updated: Underline the list of workflow operations

This is an automated email from the ASF dual-hosted git repository.

chenxingchun pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new af458a4  Underline the list of workflow operations
     new 1c214fa  Merge pull request #2737 from break60/dev-1.3.0
af458a4 is described below

commit af458a4524667210c6206662876cc519b5fb1ca1
Author: break60 <79...@qq.com>
AuthorDate: Mon May 18 14:41:55 2020 +0800

    Underline the list of workflow operations
---
 .../js/conf/home/pages/projects/pages/definition/pages/list/index.vue  | 3 +++
 .../js/conf/home/pages/projects/pages/instance/pages/list/index.vue    | 3 +++
 .../src/js/conf/home/pages/projects/pages/taskInstance/index.vue       | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/index.vue
index 5fcb3f6..eb5d335 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/index.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/index.vue
@@ -166,6 +166,9 @@
             right: 0;
             z-index: 2;
           }
+          td:last-child {
+            border-bottom:1px solid #ecf3ff;
+          }
           th:nth-last-child(2) {
             padding-right: 330px;
           }
diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/index.vue b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/index.vue
index 7ed4126..6582817 100644
--- a/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/index.vue
+++ b/dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/index.vue
@@ -216,6 +216,9 @@
             right: 0;
             z-index: 2;
           }
+          td:last-child {
+            border-bottom:1px solid #ecf3ff;
+          }
           th:nth-last-child(2) {
             padding-right: 260px;
           }
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 e5cfd16..a7b62a2 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
@@ -179,6 +179,9 @@
             right: 0;
             z-index: 2;
           }
+          td:last-child {
+            border-bottom:1px solid #ecf3ff;
+          }
           th:nth-last-child(2) {
             padding-right: 80px;
           }