From b7651ed5306a0fef2814749a1701ef395b38c1ec Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Wed, 1 Sep 2021 13:49:01 +0800 Subject: [PATCH] * Adjust the program kanban style. --- module/program/css/kanban.css | 4 ++++ module/program/view/kanban.html.php | 3 +++ 2 files changed, 7 insertions(+) diff --git a/module/program/css/kanban.css b/module/program/css/kanban.css index 6318973099..b6e4c364c4 100644 --- a/module/program/css/kanban.css +++ b/module/program/css/kanban.css @@ -17,8 +17,12 @@ #kanban a {line-height: 24px;} .doing-td, .wait-project, .normal-plan, .normal-release {vertical-align: top !important;} +.doing-td {padding: 10px 0px !important;} .doing-td .board:first-child{padding-top: 0; border-top: unset;} +.doing-td .board{padding: 0px 10px; border-bottom: 2px solid #fff} +.doing-td .board:last-child{border-bottom: unset} +.doing-td .board {margin-top: 10px} .project-line {width: 100%; height: 2px; background: #fff} diff --git a/module/program/view/kanban.html.php b/module/program/view/kanban.html.php index 6f94a6aec2..e1ee95f142 100644 --- a/module/program/view/kanban.html.php +++ b/module/program/view/kanban.html.php @@ -150,4 +150,7 @@ +