Merge branch 'tianshujie_css' into 'master'

* Modify the execution name width problem in the execution list.

See merge request easycorp/zentaopms!6253
This commit is contained in:
王怡栋
2022-11-18 07:23:13 +00:00
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -42,3 +42,5 @@ canvas {height: 28px;}
.table thead .c-estimate.text-right,
.table thead .c-consumed.text-right,
.table thead .c-left.text-right {padding-right: 8px;}
#executionsForm td.c-name {padding-right: 5px;}
#executionsForm td.c-name.delay {padding-right: 55px;}
+1
View File
@@ -4944,6 +4944,7 @@ class executionModel extends model
{
$title = " title='{$execution->name}'";
if(!empty($execution->children)) $class .= ' has-child';
if(isset($execution->delay)) $class .= ' delay';
}
if($id == 'teamCount')