This commit is contained in:
caoyanyi
2023-03-10 11:12:47 +08:00
parent 140d93ae5d
commit 93b8983cb4
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
body{padding-bottom:0px;background-color:#fff;}
body {padding-bottom:0px;background-color:#fff;}
.expandable > ul {display: none!important}
.collapsable > ul {display: block!important}
.tree li:before {margin-right: 4px;}
.tree li>a{display:inline;}
.tree li > a{display:inline;}
.main-content{padding: 0px; padding-top: 20px;}
#extendTree li a {white-space: nowrap;}
+3 -2
View File
@@ -3,5 +3,6 @@ table tr > td:first-child {padding-left: 0;}
table tr > td:last-child {padding-right: 0;}
.modulegroup {font-weight:bold; padding-top:8px; border-top:1px solid #ddd;}
td.w-200px a:hover {font-weight:bold;}
.w-350px{width:350px;}
.module-col{padding-bottom:30px;}
.w-350px {width:350px;}
.module-col {padding-bottom:30px;}
.with-list a {white-space: nowrap;}