style: 调整时间字段宽度

This commit is contained in:
TsMask
2025-04-28 14:48:54 +08:00
parent 55f5734d7b
commit 600ee94ed9
30 changed files with 65 additions and 47 deletions

View File

@@ -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);