表格样式修改
This commit is contained in:
+3
-4
@@ -99,7 +99,6 @@ export default {
|
||||
align: 'left',
|
||||
dataIndex: 'functionname',
|
||||
ellipsis: true,
|
||||
width: 170,
|
||||
scopedSlots: { customRender: 'functionname' },
|
||||
},
|
||||
{
|
||||
@@ -140,7 +139,7 @@ export default {
|
||||
align: 'left',
|
||||
dataIndex: 'functionalchangedescription',
|
||||
ellipsis: true,
|
||||
width: 170,
|
||||
width: 230,
|
||||
scopedSlots: { customRender: 'functionalchangedescription' },
|
||||
},
|
||||
{
|
||||
@@ -148,7 +147,7 @@ export default {
|
||||
align: 'left',
|
||||
dataIndex: 'variationofapplicableconditions',
|
||||
ellipsis: true,
|
||||
width: 170,
|
||||
width: 230,
|
||||
scopedSlots: { customRender: 'variationofapplicableconditions' },
|
||||
},
|
||||
{
|
||||
@@ -156,7 +155,7 @@ export default {
|
||||
align: 'left',
|
||||
dataIndex: 'upgradetheelectroniccontrollerinvolved',
|
||||
ellipsis: true,
|
||||
width: 170,
|
||||
width: 230,
|
||||
scopedSlots: { customRender: 'upgradetheelectroniccontrollerinvolved' },
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user