* Adjust the spacing of dynamic block and dynamic page.

This commit is contained in:
hufangzhou
2022-06-24 13:33:11 +08:00
parent b57a5efddb
commit eebcfaad58
24 changed files with 107 additions and 44 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
<td title="<?php echo $task->left . ' ' . $lang->execution->workHour;?>"><?php echo $task->left . ' ' . $lang->execution->workHourUnit;?></td>
<td class=<?php if(isset($task->delay)) echo 'delayed';?>><?php if(substr($task->deadline, 0, 4) > 0) echo $task->deadline;?></td>
<td><span class='status-task status-<?php echo $task->status;?>'><?php echo $this->processStatus('task', $task);?></span></td>
<td class='text-left text-ellipsis' title="<?php echo $task->storyTitle;?>">
<td class='text-left text-ellipsis' title="<?php echo $task->storyTitle;?>">
<?php
if($task->storyID)
{