+ blockConfig: the execution overview block only can be dislayed as a short block.

This commit is contained in:
liugang
2023-07-04 09:08:37 +08:00
parent c5d6c4029c
commit abb314fabf
+3 -1
View File
@@ -306,4 +306,6 @@ $config->block->size['product']['story'] = array('2' => '6', '1' => '6');
$config->block->size['product']['plan'] = array('2' => '6', '1' => '6');
$config->block->size['product']['release'] = array('2' => '6', '1' => '6');
$config->block->size['project']['overview'] = array('1' => '4');
$config->block->size['project']['overview'] = array('1' => '3');
$config->block->size['execution']['overview'] = array('1' => '3');