小优化

This commit is contained in:
北枳 2025-09-02 16:28:50 +08:00
parent 252e0ff901
commit bfe7b43c76

View File

@ -189,7 +189,7 @@ export function ThumbnailGrid({
{taskObject.videos.data[index].video_status === 2 && (
<div className="absolute inset-0 bg-red-500/10 flex items-center justify-center z-20">
<div className="text-[#813b9dcc] text-xl font-bold flex items-center gap-2">
<RotateCcw className="w-10 h-10 cursor-pointer" />
<RotateCcw className="w-10 h-10" />
</div>
</div>
)}