style: 任务和字典列表字段靠左

This commit is contained in:
TsMask
2023-11-15 19:53:55 +08:00
parent b9f8426b3f
commit 7d5ee27bee
4 changed files with 13 additions and 13 deletions

View File

@@ -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'),