* Adjust the program kanban style.

This commit is contained in:
hufangzhou
2021-09-01 13:49:01 +08:00
parent 11794815ce
commit b7651ed530
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -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}