forked from 77media/video-flow
字号放大
This commit is contained in:
parent
3534bd4856
commit
752cbe9ae5
@ -1478,7 +1478,7 @@ ${task.status === 'IN_PROGRESS' ? `进度: ${task.progress}%` : ''}
|
|||||||
<div><span className="text-gray-400">更新时间:</span> <span className="text-gray-300 text-sm">{formatDateTime(taskTimes.updatedAt)}</span></div>
|
<div><span className="text-gray-400">更新时间:</span> <span className="text-gray-300 text-sm">{formatDateTime(taskTimes.updatedAt)}</span></div>
|
||||||
)}
|
)}
|
||||||
{taskTimes.startTime && taskTimes.endTime && (
|
{taskTimes.startTime && taskTimes.endTime && (
|
||||||
<div><span className="text-gray-400">执行时长:</span> <span className="text-yellow-400 text-[10px]">{formatTime(task.executionTime)}</span></div>
|
<div><span className="text-gray-400">执行时长:</span> <span className="text-yellow-400 text-sm">{formatTime(task.executionTime)}</span></div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user