* Adjust code .

This commit is contained in:
guofeilong
2023-03-22 09:54:40 +08:00
parent 1a0c7fae19
commit 4e49095d73
3 changed files with 19 additions and 5 deletions
+5 -2
View File
@@ -51,14 +51,17 @@ li.drag-shadow ul {display: none!important;}
/* css for tree */
.file-tree {overflow-x: auto; padding: 10px;}
.file-tree a {height: 30px;}
.flex-center {display: flex; align-items: center; justify-content: space-between;}
.flex-between {display: flex; align-items: center; justify-content: space-between;}
.flex-center {display: flex; align-items: center; justify-content: center;}
.tree li>.list-toggle {top: 4px;}
/* 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;}
.spliter {flex: 0 0 12px; position: relative;}
.spliter-btn {height: 28px; width: 10px; background: #fff; position: absolute; top: 30%; left: -6px; border: 1px solid #D9D9D9; border-radius: 2px;}
.spliter-btn > .spliter-inner {width: 4px; height: 12px; border-left: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9;}
#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);}