* code for task #44190.
This commit is contained in:
@@ -58,8 +58,8 @@ section.active {border: 1px solid rgb(0, 166, 255);}
|
||||
#actionData .ratio {display: inline-block; width: 400px;}
|
||||
#actionData .ratio .item {display: inline-block; text-align: center;}
|
||||
|
||||
#radar {width: 350px; height: 330px;}
|
||||
#radarCanvas {width: 310px; height: 310px; margin: 0 auto;}
|
||||
#radar {width: 350px; height: 330px; padding-left:10px;}
|
||||
#radarCanvas {width: 330px; height: 310px; margin: 0 auto;}
|
||||
|
||||
#executionData, #productData {width: 633px; height: 350px; margin-top: 20px; position: relative;}
|
||||
#executionData div.has-table, #productData div.has-table {margin-top: 30px; height: 285px; overflow: auto;}
|
||||
|
||||
@@ -206,8 +206,8 @@ $lang->report->annualData->todoStatus['all'] = '所有待办';
|
||||
$lang->report->annualData->todoStatus['undone'] = '未完成';
|
||||
$lang->report->annualData->todoStatus['done'] = '已完成';
|
||||
|
||||
$lang->report->annualData->radarItems['product'] = '产品';
|
||||
$lang->report->annualData->radarItems['execution'] = $lang->executionCommon;
|
||||
$lang->report->annualData->radarItems['product'] = '产品管理';
|
||||
$lang->report->annualData->radarItems['execution'] = '项目管理';
|
||||
$lang->report->annualData->radarItems['devel'] = "研发";
|
||||
$lang->report->annualData->radarItems['qa'] = "测试";
|
||||
$lang->report->annualData->radarItems['other'] = "其他";
|
||||
|
||||
Reference in New Issue
Block a user