From 0e0d3be73c1edb7de775a035ebf932b856fc057a Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Tue, 28 Jun 2022 03:21:23 +0000 Subject: [PATCH] * Finish task#58570. --- module/execution/css/task.css | 2 ++ module/my/css/task.css | 1 + 2 files changed, 3 insertions(+) diff --git a/module/execution/css/task.css b/module/execution/css/task.css index 9ace13edb6..7b58f130fe 100644 --- a/module/execution/css/task.css +++ b/module/execution/css/task.css @@ -8,3 +8,5 @@ th.c-deadline {text-align: center;} .c-left {text-align: right;} .table-footer {z-index: 1;} .btn-toolbar > .btn {margin-right: 5px !important;} +#taskList .c-progress{padding-right: 8px; text-align: right;} +#datatable-taskList .c-progress{padding-right: 8px; text-align: right;} diff --git a/module/my/css/task.css b/module/my/css/task.css index b2bdee3a98..4b7873bda4 100644 --- a/module/my/css/task.css +++ b/module/my/css/task.css @@ -17,3 +17,4 @@ td.delayed {background: #e84e0f !important; color: white;} .c-hours {width: 50px;} .c-status, .c-date, .c-user-short {width: 70px;} .c-project {width: 130px;} +#taskTable .c-user {padding-left: 29px;}