* Finish task#42122.

This commit is contained in:
xieqiyu
2021-09-03 10:16:56 +08:00
parent 97e6ea501a
commit 7f58361b95
4 changed files with 6 additions and 6 deletions

View File

@@ -14,8 +14,8 @@
.board-doing .board-doing-execution:not(:last-child) {border-bottom: 2px solid #fff;}
.board-doing-project .table-row .table-col:last-child,
.board-doing-execution .table-row .table-col:last-child, .c-progress {width: 30px; padding-top: 2px}
.table-row .table-col:first-child {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-doing-execution .table-row .table-col:last-child, .c-progress {width: 30px; padding-top: 2px; padding-left: 3px;}
.table-row .table-col:first-child, .board-project .board-item {overflow: hidden; white-space: nowrap;}
table th, td {border: 2px solid #fff !important;}