* Adjust code .
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -186,7 +186,6 @@ $(function()
|
||||
{
|
||||
var item = $(this).data();
|
||||
if(item.type !== 'add') return;
|
||||
console.log(item);
|
||||
switch(item.method)
|
||||
{
|
||||
case 'addCataLib' :
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
</div>
|
||||
<?php else:?>
|
||||
<?php $vars = "type=$type&objectID=$objectID&$libID=$libID&moduleID=$moduleID&browseType=$browseType&orderBy=%s¶m=$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>
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user