From cf8e0e953096747d2ebadec02266936ac81f3555 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Fri, 13 Aug 2021 11:30:17 +0800 Subject: [PATCH] * Finish task#41428. --- module/execution/css/executionkanban.css | 2 ++ module/execution/view/executionkanban.html.php | 13 ++----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/module/execution/css/executionkanban.css b/module/execution/css/executionkanban.css index f520bf1883..24332d89a6 100644 --- a/module/execution/css/executionkanban.css +++ b/module/execution/css/executionkanban.css @@ -12,6 +12,8 @@ #kanban {overflow-y: auto;} #kanban tbody > tr > td {line-height: 24px;} #kanban thead > tr > th:not(:last-child) {border-right: 2px solid #efefef;} +#kanban tbody > tr > td.color-my {background-color: #ECF4FD;} +#kanban tbody > tr > td.color-project {background-color: #F5F5F5;} .s-doing .table-row .table-col:last-child, .c-progress {width: 30px;} .table-row .table-col:first-child {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} diff --git a/module/execution/view/executionkanban.html.php b/module/execution/view/executionkanban.html.php index da13aae3d7..e190fa311c 100644 --- a/module/execution/view/executionkanban.html.php +++ b/module/execution/view/executionkanban.html.php @@ -30,7 +30,7 @@ $executionList):?> - +
execution->myExecutions : zget($projects, $projectID);?> @@ -38,7 +38,7 @@
- +
execution->kanbanColType as $colStatus => $colName):?> @@ -88,15 +88,6 @@