* Adjust code .

This commit is contained in:
guofeilong
2023-03-29 09:35:41 +08:00
parent 7616c67a7d
commit 19b4e07ea7
3 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
<div id="fileTree" class="file-tree"></div>
</div>
<div class="sidebar-toggle flex-center"><i class="icon icon-angle-left"></i></div>
<div class="main-col flex-full col overflow-visible flex-auto overflow-visible" data-min-width="500">
<div class="main-col flex-full overflow-visible flex-auto overflow-visible" data-min-width="500">
<div class="cell<?php if($browseType == 'bySearch') echo ' show';?>" style="min-width: 400px" id="queryBox" data-module=<?php echo $type . $libType . 'Doc';?>></div>
<?php include 'apilist.html.php';?>
</div>