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.en.css b/module/my/css/execution.en.css new file mode 100644 index 0000000000..227b0be0a6 --- /dev/null +++ b/module/my/css/execution.en.css @@ -0,0 +1 @@ +.label-warning {width : 53px;} diff --git a/module/my/css/execution.zh-cn.css b/module/my/css/execution.zh-cn.css new file mode 100644 index 0000000000..b59f61fed8 --- /dev/null +++ b/module/my/css/execution.zh-cn.css @@ -0,0 +1 @@ +.label-warning {width : 37px;}