style: 任务和字典列表字段靠左
This commit is contained in:
@@ -109,12 +109,12 @@ let tableColumns: ColumnsType = [
|
||||
{
|
||||
title: t('views.system.dict.dictName'),
|
||||
dataIndex: 'dictName',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.dict.dictType'),
|
||||
dataIndex: 'dictType',
|
||||
align: 'center',
|
||||
align: 'left',
|
||||
},
|
||||
{
|
||||
title: t('views.system.dict.dictSatus'),
|
||||
|
||||
Reference in New Issue
Block a user