From 23a63aa149c86c221c94043dd6cc4e48ec61dd8f Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Mon, 11 Jan 2021 09:02:35 +0800 Subject: [PATCH] * Adjsut the code. --- module/program/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/model.php b/module/program/model.php index a1a8e329ce..ca8493f600 100644 --- a/module/program/model.php +++ b/module/program/model.php @@ -1613,7 +1613,7 @@ class programModel extends model if($id == 'PRJName') { - $class .= ' c-name text-left'; + $class .= ' text-left'; $title = "title='{$project->name}'"; }