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
+3 -3
View File
@@ -107,7 +107,7 @@
<div class='tab-pane active' id='legendBasicInfo'>
<table class='table table-data table-condensed table-borderless table-fixed'>
<tr valign='middle'>
<th class='w-60px'><?php echo $lang->bug->product;?></th>
<th class='w-70px'><?php echo $lang->bug->product;?></th>
<td><?php if(!common::printLink('bug', 'browse', "productID=$bug->product", $productName)) echo $productName;?></td>
</tr>
<?php if($this->session->currentProductType != 'normal'):?>
@@ -239,7 +239,7 @@
<div class='tab-pane active' id='legendLife'>
<table class='table table-data table-condensed table-borderless table-fixed'>
<tr>
<th class='w-60px'><?php echo $lang->bug->openedBy;?></th>
<th class='w-90px'><?php echo $lang->bug->openedBy;?></th>
<td> <?php echo zget($users, $bug->openedBy) . $lang->at . $bug->openedDate;?></td>
</tr>
<tr>
@@ -288,7 +288,7 @@
<div class='tab-pane' id='legendMisc'>
<table class='table table-data table-condensed table-borderless table-fixed'>
<tr class='text-top'>
<th class='w-60px'><?php echo $lang->bug->linkBug;?></th>
<th class='w-80px'><?php echo $lang->bug->linkBug;?></th>
<td>
<?php
if(isset($bug->linkBugTitles))