From 2935b5964c3889259f4aec7d80fef609f5a94e53 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Fri, 3 Dec 2021 15:49:18 +0800 Subject: [PATCH] * Merge programplan into stage. --- module/execution/css/all.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index f02927c604..d892cb3f1f 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -17,6 +17,7 @@ td.flex span.label-badge {margin-left: 5px; min-width: 50px;} td.flex span.project-type-label {margin-left: 5px; min-width: 36px;} @-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}} -.c-status, .c-date {width: 80px;} +.c-status, .c-date, .c-percent, .c-attribute {width: 80px;} .c-estimate, .c-consumed, .c-left {width: 70px;} .c-progress, .c-burn {width: 60px;} +.c-realBegan, .c-end, .c-begin, .c-realEnd{width: 100px;}