* [misc] for field style.

This commit is contained in:
sunguangming
2024-10-17 16:36:32 +08:00
committed by 王怡栋
parent 5be2116e80
commit 827c6ef835
+1 -1
View File
@@ -21,4 +21,4 @@ if(strpos($config->project->edit->requiredFields, 'budget') === false) $fields->
$fields->field('budget')->value(data('project.budget') !== null && data('project.budget') == 0 ? '' : data('project.budget'));
$fields->field('acl')->control(array('control' => 'aclBox', 'aclItems' => data('project.parent') ? $lang->project->subAclList : $lang->project->aclList, 'aclValue' => data('project.acl'), 'whitelistLabel' => $lang->project->whitelist, 'userValue' => data('project.whitelist')));
$fields->field('storyType')->foldable()->value(data('project.storyType'));
$fields->field('storyType')->width('full')->value(data('project.storyType'));