* Adjust the height of the progress.

This commit is contained in:
xieqiyu
2021-09-01 11:00:52 +08:00
parent 54593337f2
commit 35934fa6d9

View File

@@ -13,8 +13,8 @@
.board-doing .board-doing-project:not(:last-child),
.board-doing .board-doing-execution:not(:last-child) {border-bottom: 2px solid #fff;}
.board-doing-project .table-row .table-col:last-child, .c-progress {width: 30px;}
.board-doing-execution .table-row .table-col:last-child, .c-progress {width: 30px;}
.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;}
table th, td {border: 2px solid #fff !important;}