You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/11/23 02:45:17 UTC

[dolphinscheduler] branch dev updated: [Feature][Project Process] Delete vertical scroll bar. (#6958)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 982030b  [Feature][Project Process] Delete vertical scroll bar. (#6958)
982030b is described below

commit 982030bf3867588317d5f5f056bd8db152d54ddb
Author: songjianet <17...@qq.com>
AuthorDate: Tue Nov 23 10:45:11 2021 +0800

    [Feature][Project Process] Delete vertical scroll bar. (#6958)
---
 .../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 deletions(-)

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 4a993a9..e17f22b 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
@@ -158,9 +158,6 @@
 <style lang="scss" rel="stylesheet/scss">
   .wrap-definition {
     .table-box {
-      overflow-y: scroll;
-    }
-    .table-box {
       .fixed {
         table-layout: auto;
         tr {
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 c07eacb..d4c7ca3 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
@@ -208,9 +208,6 @@
 <style lang="scss" rel="stylesheet/scss">
   .wrap-table {
     .table-box {
-      overflow-y: scroll;
-    }
-    .table-box {
       .fixed {
         table-layout: auto;
         tr {
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 24cb909..f6ad9f8 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
@@ -181,9 +181,6 @@
 <style lang="scss" rel="stylesheet/scss">
   .wrap-taskInstance {
     .table-box {
-      overflow-y: scroll;
-    }
-    .table-box {
       .fixed {
         table-layout: auto;
         tr {