diff --git a/components/pages/work-flow/task-info.tsx b/components/pages/work-flow/task-info.tsx index ae2e1c5..3ec00ca 100644 --- a/components/pages/work-flow/task-info.tsx +++ b/components/pages/work-flow/task-info.tsx @@ -248,169 +248,173 @@ export function TaskInfo({ currentLoadingText={currentLoadingText} /> - {currentLoadingText.includes('failed') ? ( - - - {currentLoadingText} - - ) : ( - - {/* */} - - {/* 阶段图标 */} - setIsStageIconsExpanded(true)} - onMouseLeave={() => setIsStageIconsExpanded(false)} - > - - - + + {currentLoadingText} + + ) : ( + - {/* 背景发光效果 */} - - {isPauseWorkFlow ? 'workflow paused' : currentLoadingText} - - - {/* 主文字 - 颜色填充动画 */} - setIsScriptModalOpen(true)} - > - - {currentLoadingText} - - - - {/* 动态光点效果 */} {/* */} - - {/* 文字底部装饰线 */} + + {/* 阶段图标 */} setIsStageIconsExpanded(true)} + onMouseLeave={() => setIsStageIconsExpanded(false)} + > + + + + {/* 背景发光效果 */} + + {isPauseWorkFlow ? 'workflow paused' : currentLoadingText} + + + {/* 主文字 - 颜色填充动画 */} + setIsScriptModalOpen(true)} + > + + {currentLoadingText} + + + + {/* 动态光点效果 */} + {/* */} + + {/* 文字底部装饰线 */} + + + + + {/* + */} + + {/* // 跳转剪辑按钮 + {showGotoCutButton && ( + + + + )} */} - - - {/* - */} - - {/* // 跳转剪辑按钮 - {showGotoCutButton && ( - - - - )} */} - - )} + ) + ) + } ); } \ No newline at end of file