* adjust for style.

This commit is contained in:
wangyidong
2019-11-07 11:31:33 +08:00
parent a5411a8aca
commit c628ea60ef
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -196,7 +196,7 @@
<div class='table-col w-120px'>
<div class="input-group">
<span class="input-group-addon fix-border br-0"><?php echo $lang->task->estimateAB;?></span>
<input type="text" name="estimate" id="estimate" value="<?php echo $task->estimate;?>" class="form-control" autocomplete="off"></td>
<input type="text" name="estimate" id="estimate" value="<?php echo $task->estimate;?>" class="form-control" autocomplete="off">
</div>
</div>
<?php endif;?>