From b05b565abec70fb38d851cbf4e64e273f36886d9 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Tue, 8 Feb 2022 17:22:18 +0800 Subject: [PATCH 1/8] *Fix bug #19294. --- module/my/css/execution.css | 1 + 1 file changed, 1 insertion(+) 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..df94dc3bad --- /dev/null +++ b/module/my/css/execution.css @@ -0,0 +1 @@ +.label-warning {width : 53.38px;} From 6ddf3fdc98813ccc739de03aaf71d08e08689bfd Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Fri, 11 Feb 2022 08:59:20 +0800 Subject: [PATCH 2/8] *Fix bug #19294. --- framework/base/helper.class.php | 2 +- module/my/css/{execution.css => execution.en.css} | 0 module/my/css/execution.zh-cn.css | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename module/my/css/{execution.css => execution.en.css} (100%) create mode 100644 module/my/css/execution.zh-cn.css diff --git a/framework/base/helper.class.php b/framework/base/helper.class.php index 169811319a..808bd6dc93 100644 --- a/framework/base/helper.class.php +++ b/framework/base/helper.class.php @@ -937,4 +937,4 @@ if (!function_exists('array_column')) return $output; } -} \ No newline at end of file +} diff --git a/module/my/css/execution.css b/module/my/css/execution.en.css similarity index 100% rename from module/my/css/execution.css rename to module/my/css/execution.en.css diff --git a/module/my/css/execution.zh-cn.css b/module/my/css/execution.zh-cn.css new file mode 100644 index 0000000000..025e52808d --- /dev/null +++ b/module/my/css/execution.zh-cn.css @@ -0,0 +1 @@ +.label-warning {width : 36.22px;} From d2d1dc0c26124676568fa3e299ae6a3b6de2bc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Fri, 11 Feb 2022 01:01:12 +0000 Subject: [PATCH 3/8] Update helper.class.php From 294782a7f5624c47bde35cce664f222b12c47618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Fri, 11 Feb 2022 01:01:39 +0000 Subject: [PATCH 4/8] Update helper.class.php From acdbf7e73d860303ce02236e84bb87cd9164638f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Fri, 11 Feb 2022 01:01:50 +0000 Subject: [PATCH 5/8] Update helper.class.php --- framework/base/helper.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/base/helper.class.php b/framework/base/helper.class.php index 808bd6dc93..3b8d3a1f54 100644 --- a/framework/base/helper.class.php +++ b/framework/base/helper.class.php @@ -937,4 +937,3 @@ if (!function_exists('array_column')) return $output; } -} From 82d4f1c8ea725021511f9966a4fd714a3660bf8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Fri, 11 Feb 2022 01:02:07 +0000 Subject: [PATCH 6/8] Update helper.class.php --- framework/base/helper.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/base/helper.class.php b/framework/base/helper.class.php index 3b8d3a1f54..808bd6dc93 100644 --- a/framework/base/helper.class.php +++ b/framework/base/helper.class.php @@ -937,3 +937,4 @@ if (!function_exists('array_column')) return $output; } +} From a909b673714119734da5742f36d62ea0096b02b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Fri, 11 Feb 2022 01:20:25 +0000 Subject: [PATCH 7/8] Update execution.en.css --- module/my/css/execution.en.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/css/execution.en.css b/module/my/css/execution.en.css index df94dc3bad..227b0be0a6 100644 --- a/module/my/css/execution.en.css +++ b/module/my/css/execution.en.css @@ -1 +1 @@ -.label-warning {width : 53.38px;} +.label-warning {width : 53px;} From 5ba86b77070347dc09d78798b515aa84d7a0ce31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Fri, 11 Feb 2022 01:20:38 +0000 Subject: [PATCH 8/8] Update execution.zh-cn.css --- module/my/css/execution.zh-cn.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/my/css/execution.zh-cn.css b/module/my/css/execution.zh-cn.css index 025e52808d..b59f61fed8 100644 --- a/module/my/css/execution.zh-cn.css +++ b/module/my/css/execution.zh-cn.css @@ -1 +1 @@ -.label-warning {width : 36.22px;} +.label-warning {width : 37px;}