From 60b5cb78166e25bc3a8df2adf616c23c39289935 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 18 May 2018 12:50:42 +0800 Subject: [PATCH] * refactor codes. --- module/tree/css/common.css | 3 ++- module/tree/view/browse.html.php | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/tree/css/common.css b/module/tree/css/common.css index 8b54da3dd7..a4988b44e8 100644 --- a/module/tree/css/common.css +++ b/module/tree/css/common.css @@ -13,4 +13,5 @@ .col-module .chosen-container-active .chosen-single {border-right-width: 1px; padding-right: 0;} .col-shorts .chosen-container-single .chosen-single {border-radius: 0 2px 2px 0;} -#modulesTree li {padding-left: 20px;} \ No newline at end of file +#modulesTree li {padding-left: 20px;} +#modulesTree li > .list-toggle {top: 0} \ No newline at end of file diff --git a/module/tree/view/browse.html.php b/module/tree/view/browse.html.php index 5b38fabc3d..1a2824e99b 100644 --- a/module/tree/view/browse.html.php +++ b/module/tree/view/browse.html.php @@ -236,7 +236,6 @@ $(function() var $tree = $('#modulesTree').tree(options); var tree = $tree.data('zui.tree'); - console.log('tree', tree, options); if() if(0) {