Repository: kylin
Updated Branches:
  refs/heads/master d4b63d3de -> 018605d64


KYLIN-3102 Solve the problems for incomplete display of tree.


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/018605d6
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/018605d6
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/018605d6

Branch: refs/heads/master
Commit: 018605d646923ac91fea4583f3c9339516991d7f
Parents: d4b63d3
Author: peng.jianhua <peng.jian...@zte.com.cn>
Authored: Tue Dec 19 13:38:17 2017 +0800
Committer: chenzhx <c...@apache.org>
Committed: Fri Dec 22 16:53:28 2017 +0800

----------------------------------------------------------------------
 webapp/app/partials/projects/project_table_tree.html | 2 +-
 webapp/app/partials/tables/source_table_tree.html    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/018605d6/webapp/app/partials/projects/project_table_tree.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/projects/project_table_tree.html 
b/webapp/app/partials/projects/project_table_tree.html
index f65fe03..fcd06f5 100644
--- a/webapp/app/partials/projects/project_table_tree.html
+++ b/webapp/app/partials/projects/project_table_tree.html
@@ -23,7 +23,7 @@
         </div>
     </div>
     <div class="space-4"></div>
-    <div style="width:310px; height:800px; overflow:auto">
+    <div style="width:100%; height:800px; overflow:auto; padding-right:35px;">
         <abn-tree
                 tree-data         = "selectedSrcDb"
                 tree-control      = "my_tree"

http://git-wip-us.apache.org/repos/asf/kylin/blob/018605d6/webapp/app/partials/tables/source_table_tree.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/tables/source_table_tree.html 
b/webapp/app/partials/tables/source_table_tree.html
index e8ec286..c5189c1 100755
--- a/webapp/app/partials/tables/source_table_tree.html
+++ b/webapp/app/partials/tables/source_table_tree.html
@@ -34,7 +34,7 @@
     </div>
     <div class="space-4"></div>
     <!--tree-->
-    <div style="width:100%; height:{{window}}px; overflow:auto;">
+    <div style="width:100%; height:{{window}}px; overflow:auto; 
padding-right:35px;">
         <abn-tree
                 tree-data         = "tableModel.selectedSrcDb"
                 tree-control      = "my_tree"

Reply via email to