* Modify the module tree on the left of the data dictionary.

This commit is contained in:
tianshujie
2023-03-10 16:54:01 +08:00
parent 2a728e1b87
commit 10e304792e
7 changed files with 54 additions and 36 deletions
+6
View File
@@ -1,3 +1,9 @@
#sidebar .module-tree, #mainContent .module-content {overflow-y: auto;}
#mainContent .module-col {padding: 0;}
#mainContent .module-content {padding: 10px; padding-right: 0; margin-right: 0;}
/* module-tree. */
#tableTree.tree ul {margin-bottom: 0;}
#tableTree .active {background-color: #fff;}
#tableTree > li.has-list > ul > li {padding-left: 10px;}
#tableTree > li.has-list > ul > li.has-list {padding-left: 15px;}