* Fix bug 32751.

This commit is contained in:
tianshujie
2023-03-10 14:43:04 +08:00
parent 88226af4ee
commit 537d81ba97
7 changed files with 38 additions and 14 deletions
+12 -5
View File
@@ -1,7 +1,14 @@
body {padding-bottom:0px;background-color:#fff;}
.expandable > ul {display: none!important}
.collapsable > ul {display: block!important}
::-webkit-scrollbar {width: 10px; height: 10px;}
::-webkit-scrollbar-button {width: 0; height: 0;}
::-webkit-scrollbar-thumb:vertical {min-height: 28px; background-color: rgba(0, 0, 0, 0.2); background-clip: padding-box; border-radius: 2px; -webkit-box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%);}
::-webkit-scrollbar-track:hover {background-color:rgba(0,0,0,.05);-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);}
::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.4);}
.expandable > ul {display: none !important}
.m-editor-extend {padding-bottom: 0px; background-color: #fff;}
.collapsable > ul {display: block !important}
.tree li:before {margin-right: 4px;}
.tree li > a{display:inline;}
.main-content{padding: 0px; padding-top: 10px; box-shadow: none;}
.tree li > a {display: inline;}
.m-editor-extend .main-header {padding: 10px 20px; }
.m-editor-extend .main-content {padding: 0px; padding-top: 10px; box-shadow: none;}
#extendTree li a {white-space: nowrap;}