* Code for task#99371

This commit is contained in:
guofeilong
2023-03-21 17:16:57 +08:00
parent c7cb7e96c2
commit b5d3b6468a
3 changed files with 25 additions and 5 deletions
+6 -2
View File
@@ -6,7 +6,7 @@
.h-full {height: 100%;}
.w-full {width: 100%;}
.overflow-x-auto {overflow-x: auto;}
main-content {padding-top: 0; padding-bottom: 0;}
.main-content {padding-top: 0; padding-bottom: 0;}
.main-content #createDropdown {display: inline-block;}
.main-content #createDropdown ul {position: absolute;}
#pageNav .dropdown-menu {max-height: inherit;}
@@ -54,7 +54,11 @@ li.drag-shadow ul {display: none!important;}
.flex-center {display: flex; align-items: center; justify-content: space-between;}
.tree li>.list-toggle {top: 4px;}
.spliter {flex: 0 0 15px;}
/* css for sidebar */
.sidebar-toggle > .icon {position: absolute; top: 50%; left: -1px; width: 12px; height: 30px; margin-top: -10px; line-height: 30px; color: #fff; text-align: center; background: #7dcdfe; border-radius: 6px;}
.col-spliter:after {display: none;}
.spliter {flex: 0 0 12px;}
#mainContent .table-empty-tip > p, #createDocs {display: inline-block;}
.createDropdown a.btn-primary, .createDropdown a.btn-info {border-right: 1px solid rgba(255,255,255,0.2);}