表格样式修改

This commit is contained in:
zyx.net
2023-03-28 11:58:19 +08:00
parent 69ceffa1a8
commit bc62a79e3e
@@ -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' },
},
{