* Code for add logic to show outlineMenu .

This commit is contained in:
guofeilong
2023-04-11 16:09:50 +08:00
parent ac9837abcb
commit 3ff45d64ef
4 changed files with 20 additions and 18 deletions
+2 -1
View File
@@ -104,6 +104,7 @@ ol, ul {margin-bottom: 0}
#subHeader .list-group>a.selected {color: #e9f2fb !important;}
#pageNav #dropMenu .table-col .list-group .icon-move {display:block; float: left; font-size: 12px; padding: 3px 4px 3px 1px;}
#content .detail-content {overflow-y: auto; height: calc(100vh - 200px);}
#aclBox .acl-tip {color: #838a9d;}
.ajaxCollect > img.star-empty {margin-right: 0px;}
#outlineMenu {position: absolute; height: calc(100vh - 200px)!important; overflow-y: auto;}
#outlineMenu {position: absolute; height: calc(100vh - 200px)!important; overflow-y: auto; top: 50px; right: 20px;}