* Fix float action button on actions column.

This commit is contained in:
chenfeiCF
2018-09-19 15:04:04 +08:00
parent 933660e633
commit d91291455b
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
if(!$useDatatable) include '../../common/view/tablesorter.html.php';
$config->testcase->datatable->defaultField = $config->testtask->datatable->defaultField;
$config->testcase->datatable->fieldList['actions']['width'] = '120';
$config->testcase->datatable->fieldList['actions']['width'] = '140';
$setting = $this->datatable->getSetting('testtask');
$widths = $this->datatable->setFixedFieldWidth($setting);