style: 调整时间字段宽度
This commit is contained in:
@@ -152,7 +152,7 @@ let tableColumns: ColumnsType = [
|
||||
title: t('views.monitor.jobLog.createTime'),
|
||||
dataIndex: 'createTime',
|
||||
align: 'center',
|
||||
width: 150,
|
||||
width: 250,
|
||||
customRender(opt) {
|
||||
if (+opt.value <= 0) return '';
|
||||
return parseDateToStr(+opt.value);
|
||||
|
||||
Reference in New Issue
Block a user