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

@@ -108,7 +108,7 @@ let tableColumns: ColumnsType = [
{
title: t('views.monitor.job.jobName'),
dataIndex: 'jobName',
align: 'center',
align: 'left',
},
{
title: t('views.monitor.job.jobGroup'),
@@ -119,12 +119,12 @@ let tableColumns: ColumnsType = [
{
title: t('views.monitor.job.invokeTarget'),
dataIndex: 'invokeTarget',
align: 'center',
align: 'left',
},
{
title: t('views.monitor.job.cronExpression'),
dataIndex: 'cronExpression',
align: 'center',
align: 'left',
},
{
title: t('views.monitor.job.status'),

View File

@@ -123,7 +123,7 @@ let tableColumns: ColumnsType = [
{
title: t('views.monitor.jobLog.jobName'),
dataIndex: 'jobName',
align: 'center',
align: 'left',
},
{
title: t('views.monitor.jobLog.jobGroup'),
@@ -134,7 +134,7 @@ let tableColumns: ColumnsType = [
{
title: t('views.monitor.jobLog.invokeTarget'),
dataIndex: 'invokeTarget',
align: 'center',
align: 'left',
},
{
title: t('views.monitor.jobLog.status'),