UI界面变更-项目库-表单宽度-表格内容左对齐

This commit is contained in:
刘彦泽
2022-12-28 15:49:05 +08:00
parent 47594359b7
commit e618da8108
13 changed files with 101 additions and 73 deletions
@@ -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' }