From 60369d8e64d55cf6272f387c9d1a1eb47a4d4e4e Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 2 Sep 2021 14:40:12 +0800 Subject: [PATCH] * Finish task#42126. --- module/execution/css/executionkanban.css | 7 +++---- module/execution/view/executionkanban.html.php | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/module/execution/css/executionkanban.css b/module/execution/css/executionkanban.css index 61f4acead8..1e6e659ae1 100644 --- a/module/execution/css/executionkanban.css +++ b/module/execution/css/executionkanban.css @@ -9,11 +9,10 @@ .board-item + .board-item {margin-top: 10px;} #kanban {overflow-y: auto;} -#kanban tbody > tr > td {line-height: 24px;} -#kanban tbody > tr > td {border-bottom: 2px solid #fff !important;} #kanban thead > tr > th:not(:last-child) {border-right: 2px solid #efefef;} -#kanban tbody > tr > td.color-my {background-color: #F5F5F5; border-bottom: 5px solid #fff !important;} -#kanban tbody > tr > td.color-project {background-color: #F5F5F5;} +#kanban tbody > tr > td {line-height: 24px;} +#kanban tbody > tr > td {background-color: #F5F5F5;} +#kanban tbody > tr:not(:last-child) {border-bottom: 5px solid #fff !important;} .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 b4b7775a76..a77eef6a01 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):?>