* Finish task #9002.

This commit is contained in:
holan20180123
2021-01-15 14:28:57 +08:00
parent c131e1941e
commit c53e9ac526
+1 -1
View File
@@ -190,7 +190,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">
<input type="text" name="estimate" id="estimate" value="<?php echo $task->estimate;?>" class="form-control w-70px" autocomplete="off">
</div>
</div>
<?php endif;?>