字号放大

This commit is contained in:
qikongjian 2025-08-25 00:45:11 +08:00
parent 3534bd4856
commit 752cbe9ae5

View File

@ -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>
)}
{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>
</>