虚拟清单详情-调取-表格居左对齐

This commit is contained in:
刘彦泽
2023-01-11 11:36:49 +08:00
parent 6442b4d255
commit 7df3c1b2ed
@@ -78,25 +78,25 @@
{
title: this.$t('VirtualListName'),
dataIndex: 'name',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('instructionForUse'),
dataIndex: 'useExplain',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('updateTime'),
dataIndex: 'updateTime',
align: 'center',
align: 'left',
ellipsis: true
},
{
title: this.$t('creater'),
dataIndex: 'createBy',
align: 'center',
align: 'left',
ellipsis: true
}
],