* Finish task #4479

This commit is contained in:
liugang
2018-06-21 13:55:27 +08:00
parent baf5dffd79
commit b9fb4fae18
2 changed files with 2 additions and 2 deletions
@@ -32,5 +32,5 @@
#assigntomeBlock {position: relative;}
#assigntomeBlock .block-todoes {padding-top: 10px}
#assigntomeBlock > .nav {position: absolute; top: -41px; left: 120px;}
#assigntomeBlock .block-todoes .todoes-form{top: -55px;}
#assigntomeBlock .block-todoes .todoes-form{top: -50px;}
</style>
+1 -1
View File
@@ -97,7 +97,7 @@
<span class="todo-check icon icon-check-circle"></span>
<a href="<?php echo empty($sso) ? $viewLink : $sso . $sign . 'referer=' . base64_encode($viewLink);?>" class='iframe' <?php echo $appid?>>
<?php if ($todo->date == '2030-01-01') :?>
<span class="c-date"><?php echo $lang->todo->periods['future'] ?></span>
<span class="todo-time"><?php echo $lang->todo->periods['future'] ?></span>
<?php else:?>
<span class="todo-time"><?php echo date(DT_DATE4, strtotime($todo->date)) . ' ' . $todo->begin;?></span>
<?php endif;?>