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

This commit is contained in:
tianshujie
2023-03-10 17:25:10 +08:00
parent 0cd791fd4f
commit fdd3d83e69
+3 -1
View File
@@ -8,9 +8,11 @@ td.w-200px a:hover {font-weight:bold;}
#mainContent .module-col{padding: 0px; padding-left: 10px;}
#mainContent .module-content {padding: 0;}
#sidebar .module-tree {overflow-y: auto;}
#sidebar .module-tree .panel-heading {padding: 4px 10px;}
#sidebar .module-tree .panel-heading {padding: 4px 10px; position: relative;}
#sidebar .module-tree .panel-heading:after {content: ''; position: absolute; inset: 0 -10px; border-bottom: 1px solid #eee;}
/* module-tree. */
#moduleTree {padding-top: 10px;}
#moduleTree.tree ul {margin-bottom: 0;}
#moduleTree .active {background-color: #fff;}
#menuTree > li.has-list > ul > li {padding-left: 10px;}