From 3a6ae1c09f5661211f2ac4590dbd0610d78cfde2 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 4 Jun 2019 11:22:07 +0800 Subject: [PATCH] * Fix tree task style. --- module/project/css/tree.css | 1 - module/project/view/treetask.html.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/module/project/css/tree.css b/module/project/css/tree.css index 0faa986cb4..6f350d1f12 100644 --- a/module/project/css/tree.css +++ b/module/project/css/tree.css @@ -50,7 +50,6 @@ h2.detail-title .label-id, h2.detail-title .label {top: -1px} .detail-content > .infos + .infos {margin-top: 5px;} .detail + .detail {padding-top: 10px;} .btn-comment.pull-right {z-index: 10;} -.article-content .infos{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px;} details .btn-comment.pull-right {right: 30px;} .modal-comment .modal-dialog {min-width: 600px;} diff --git a/module/project/view/treetask.html.php b/module/project/view/treetask.html.php index 42f0645c12..fe2d49f95c 100644 --- a/module/project/view/treetask.html.php +++ b/module/project/view/treetask.html.php @@ -12,8 +12,8 @@
task->estimate;?> estimate . ' ' . $lang->workingHour;?> - task->consumed;?> consumed, 2) . ' ' . $lang->workingHour;?> - task->left;?> left . ' ' . $lang->workingHour;?> + task->consumedAB;?> consumed, 2) . ' ' . $lang->workingHour;?> + task->leftAB;?> left . ' ' . $lang->workingHour;?>
task->type;?> task->typeList[$task->type];?>