* fix bug.

This commit is contained in:
wangyidong
2019-05-17 09:33:00 +08:00
parent 027c72c80a
commit 27b5991f94
6 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -342,8 +342,8 @@
<div class="detail-content">
<table class='table table-data'>
<?php $widthClass = $app->getClientLang() == 'en' ? 'w-90px' : 'w-70px';?>
<tr class='<?php echo $widthClass;?>'>
<th><?php echo $lang->task->estimate;?></th>
<tr>
<th class='<?php echo $widthClass;?>'><?php echo $lang->task->estimate;?></th>
<td><?php echo $task->estimate . $lang->workingHour;?></td>
</tr>
<tr>