|
@@ -36,12 +36,14 @@ const options = {
|
|
|
width: 150,
|
|
|
style: {
|
|
|
'task-list-header-label': {
|
|
|
- 'text-align': 'center',
|
|
|
+ 'text-align': 'left',
|
|
|
width: '100%'
|
|
|
},
|
|
|
'task-list-item-value-container': {
|
|
|
- 'text-align': 'center',
|
|
|
+ 'text-align': 'left',
|
|
|
+ 'font-weight': '500',
|
|
|
width: '100%'
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -61,38 +63,6 @@ const options = {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- id: 3,
|
|
|
- label: '开发负责人',
|
|
|
- value: 'devPerson',
|
|
|
- width: 80,
|
|
|
- style: {
|
|
|
- 'task-list-header-label': {
|
|
|
- 'text-align': 'center',
|
|
|
- width: '100%'
|
|
|
- },
|
|
|
- 'task-list-item-value-container': {
|
|
|
- 'text-align': 'center',
|
|
|
- width: '100%'
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- id: 4,
|
|
|
- label: '测试负责人',
|
|
|
- value: 'testPerson',
|
|
|
- width: 80,
|
|
|
- style: {
|
|
|
- 'task-list-header-label': {
|
|
|
- 'text-align': 'center',
|
|
|
- width: '100%'
|
|
|
- },
|
|
|
- 'task-list-item-value-container': {
|
|
|
- 'text-align': 'center',
|
|
|
- width: '100%'
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
id: 5,
|
|
|
label: '排期类型及描述',
|
|
@@ -101,11 +71,11 @@ const options = {
|
|
|
expander: true,
|
|
|
style: {
|
|
|
'task-list-header-label': {
|
|
|
- 'text-align': 'center',
|
|
|
+ 'text-align': 'left',
|
|
|
width: '100%'
|
|
|
},
|
|
|
'task-list-item-value-container': {
|
|
|
- 'text-align': 'center',
|
|
|
+ 'text-align': 'left',
|
|
|
width: '100%'
|
|
|
}
|
|
|
}
|