* change tables style.

This commit is contained in:
Catouse
2018-05-22 14:34:55 +08:00
parent 5e65a861bb
commit a13522f616
3 changed files with 37 additions and 7 deletions
+2 -2
View File
@@ -41,8 +41,7 @@ js::set('branch', $branch);
<div class='main-col'>
<div id='queryBox' class='cell <?php if($browseType =='bysearch') echo 'show';?>'></div>
<form class='main-table table-case' data-ride='table' id='batchForm' method='post'>
<div class="table-header">
<div class="table-statistic"><?php echo $summary;?></div>
<div class="table-header fixed-right">
<nav class="btn-toolbar pull-right"></nav>
</div>
<?php
@@ -193,6 +192,7 @@ js::set('branch', $branch);
</div>
<?php endif;?>
</div>
<div class="table-statistic"><?php echo $summary;?></div>
<?php $pager->show('right', 'pagerjs');?>
</div>
<?php elseif(common::hasPriv('testcase', 'create')):?>