From b52251556c8cd3910ad62f42e837274f58ea6c97 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 16 Oct 2023 16:34:13 +0800 Subject: [PATCH] * Configure width to dtable of project-browse. --- module/project/config/dtable.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/project/config/dtable.php b/module/project/config/dtable.php index 24381e7015..2ce8fa0a73 100644 --- a/module/project/config/dtable.php +++ b/module/project/config/dtable.php @@ -113,6 +113,7 @@ $config->project->dtable->fieldList['actions']['name'] = 'actions'; $config->project->dtable->fieldList['actions']['title'] = $lang->actions; $config->project->dtable->fieldList['actions']['type'] = 'actions'; $config->project->dtable->fieldList['actions']['sortType'] = false; +$config->project->dtable->fieldList['actions']['width'] = '140'; $config->project->dtable->fieldList['actions']['list'] = $config->project->actionList; $config->project->dtable->fieldList['actions']['menu'] = array(array('start|activate|close', 'other' => array('suspend', 'activate|close')), 'edit', 'group', 'perm', 'more' => array('link', 'whitelist', 'delete'));