* update createTaskTeam style

This commit is contained in:
wangzemei
2022-10-17 16:45:59 +08:00
parent 72c1b4819e
commit 5064fc3669
2 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -28,4 +28,6 @@
.c-modulel {width: 110px;}
.keep-row-height {height: 32px;}
#modalTeam .modal-dialog {height: 340px; width: 620px; color: #3c4353;}
#modalTeam .modal-dialog {height: 340px; width: 520px; color: #3c4353;}
#taskTeamEditor .chosen-single {width: 200px;}
#taskTeamEditor .estimateBox {width: 120px;}
+3 -3
View File
@@ -60,11 +60,11 @@ if($task->mode == 'multi' and $app->rawMethod == 'activate') $hourDisabled = fal
<span class="team-number"><?php echo $i;?></span>
<i class="icon icon-angle-down"></i>
</td>
<td class='w-250px'>
<td class='w-240px'>
<?php echo html::select("team[]", $members, '', "class='form-control chosen'")?>
<?php echo html::hidden("teamSource[]", '');?>
</td>
<td>
<td class='w-130px'>
<?php if(empty($task->team)):?>
<div class='input-group estimateBox'>
<?php echo html::input("teamEstimate[]", '', "class='form-control text-center' placeholder='{$lang->task->estimateAB}'") ?>
@@ -81,7 +81,7 @@ if($task->mode == 'multi' and $app->rawMethod == 'activate') $hourDisabled = fal
</div>
<?php endif;?>
</td>
<td class='w-130px sort-handler'>
<td class='w-100px sort-handler'>
<button type="button" class="btn btn-link btn-sm btn-icon btn-add"><i class="icon icon-plus"></i></button>
<button type="button" class="btn btn-link btn-sm btn-icon btn-delete"><i class="icon icon-trash"></i></button>
<?php if(empty($task->mode) or $task->mode == 'linear'):?>