* Modify the module tree on the left side of the editor.

This commit is contained in:
tianshujie
2023-03-10 17:16:34 +08:00
parent f8202098de
commit 0cd791fd4f
5 changed files with 42 additions and 36 deletions
+6
View File
@@ -9,3 +9,9 @@ td.w-200px a:hover {font-weight:bold;}
#mainContent .module-content {padding: 0;}
#sidebar .module-tree {overflow-y: auto;}
#sidebar .module-tree .panel-heading {padding: 4px 10px;}
/* module-tree. */
#moduleTree.tree ul {margin-bottom: 0;}
#moduleTree .active {background-color: #fff;}
#menuTree > li.has-list > ul > li {padding-left: 10px;}
#menuTree > li.has-list > ul > li.has-list {padding-left: 15px;}