From 87445eca728c17731dd561cb7be3e479ac24ddd8 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 9 Feb 2022 09:10:41 +0800 Subject: [PATCH 1/3] *Fix bug #19293. --- module/my/css/execution.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 module/my/css/execution.css diff --git a/module/my/css/execution.css b/module/my/css/execution.css new file mode 100644 index 0000000000..7d5a627e92 --- /dev/null +++ b/module/my/css/execution.css @@ -0,0 +1,3 @@ +.c-hours {width : 80px !important;} +.c-progress {width : 80px;} + From 4ec0dc2b9aeb45e0f00ef0f4a445ae1abd79c70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Wed, 9 Feb 2022 01:13:58 +0000 Subject: [PATCH 2/3] Update execution.css --- module/my/css/execution.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/my/css/execution.css b/module/my/css/execution.css index 7d5a627e92..7069de49bc 100644 --- a/module/my/css/execution.css +++ b/module/my/css/execution.css @@ -1,3 +1,3 @@ -.c-hours {width : 80px !important;} -.c-progress {width : 80px;} +.c-hours {width: 80px !important;} +.c-progress {width: 80px;} From 218eab7fa192d23670c97b748453ac398bd30281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Wed, 9 Feb 2022 02:00:31 +0000 Subject: [PATCH 3/3] Update execution.css --- module/my/css/execution.css | 1 - 1 file changed, 1 deletion(-) diff --git a/module/my/css/execution.css b/module/my/css/execution.css index 7069de49bc..9807fedf2e 100644 --- a/module/my/css/execution.css +++ b/module/my/css/execution.css @@ -1,3 +1,2 @@ .c-hours {width: 80px !important;} .c-progress {width: 80px;} -