UI界面变更-项目库-表单宽度-表格内容左对齐
This commit is contained in:
@@ -222,14 +222,14 @@
|
||||
// },
|
||||
{
|
||||
title: this.$t('StudioEngineer'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 180,
|
||||
ellipsis: true,
|
||||
dataIndex: 'studioEngineerName'
|
||||
},
|
||||
{
|
||||
title: this.$t('explain'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 280,
|
||||
ellipsis: true,
|
||||
dataIndex: 'explanation'
|
||||
@@ -243,21 +243,21 @@
|
||||
// },
|
||||
{
|
||||
title: this.$t('ModelPlatform'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 180,
|
||||
ellipsis: true,
|
||||
dataIndex: 'vehiclePlatform'
|
||||
},
|
||||
{
|
||||
title: this.$t('DigitalPlatform'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
width: 180,
|
||||
ellipsis: true,
|
||||
dataIndex: 'digitalPlatform'
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
fixed: 'right',
|
||||
width: 302,
|
||||
scopedSlots: { customRender: 'operation' }
|
||||
|
||||
Reference in New Issue
Block a user