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:
@@ -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;}
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user