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
@@ -54,13 +54,13 @@
{
title: this.$t('fileName'),
dataIndex: 'fileName',
align: 'center',
align: 'left',
width: 260,
ellipsis: true
},
{
title: this.$t('operation'),
align: 'center',
align: 'left',
width: 130,
scopedSlots: { customRender: 'fileOperation' }
}