adjust columns width'

This commit is contained in:
dajiao007
2018-01-12 10:56:25 +08:00
parent a019781473
commit e50e06350f
7 changed files with 40 additions and 37 deletions
+2 -2
View File
@@ -134,12 +134,12 @@
<table class='table table-data table-condensed table-borderless table-fixed'>
<?php if($isLibCase):?>
<tr>
<th class='w-60px'><?php echo $lang->testcase->lib;?></th>
<th class='w-80px'><?php echo $lang->testcase->lib;?></th>
<td><?php if(!common::printLink('testsuite', 'library', "libID=$case->lib", $libName)) echo $libName;?></td>
</tr>
<?php else:?>
<tr>
<th class='w-60px'><?php echo $lang->testcase->product;?></th>
<th class='w-80px'><?php echo $lang->testcase->product;?></th>
<td><?php if(!common::printLink('testcase', 'browse', "productID=$case->product", $productName)) echo $productName;?></td>
</tr>
<?php if($this->session->currentProductType != 'normal'):?>