* Adjust code .

This commit is contained in:
guofeilong
2023-03-22 15:29:06 +08:00
parent 703efde24e
commit b6c859629a
4 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#mainContent #createDropdown {display: inline-block;}
#mainContent #createDropdown ul {position: absolute;}
#pageNav .dropdown-menu {max-height: inherit;}
#mainContent > .panel {margin-bottom: 0;}
#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 125px); overflow-y: auto;}
.no-content {width: 100px; height: 100px; margin: 0 auto;}
.notice {text-align: center; padding-left: 15px; padding-top: 20px;}
-1
View File
@@ -186,7 +186,6 @@ $(function()
{
var item = $(this).data();
if(item.type !== 'add') return;
console.log(item);
switch(item.method)
{
case 'addCataLib' :
+1 -1
View File
@@ -63,7 +63,7 @@
</div>
<?php else:?>
<?php $vars = "type=$type&objectID=$objectID&$libID=$libID&moduleID=$moduleID&browseType=$browseType&orderBy=%s&param=$param&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}";?>
<div class="panel">
<div>
<form class='main-table' method='post' id='docListForm'>
<table class="table table-borderless table-hover table-files table-fixed no-margin has-sort-head table-fixed">
<thead>
+1 -1
View File
@@ -70,7 +70,7 @@
<div id="fileTree" class="file-tree"></div>
</div>
<div id="spliter" class="spliter col-spliter sidebar-toggle"></div>
<div class="main-col flex-full col overflow-auto flex-auto" data-min-width="500">
<div class="main-col flex-full col overflow-auto flex-auto panel" 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
if($browseType == 'annex')