forked from 77media/video-flow
PC 缩略图 与按钮安全距离
This commit is contained in:
parent
991b5a8682
commit
59d7a5831a
@ -489,7 +489,7 @@ Please process this video editing request.`;
|
|||||||
{['scene', 'character', 'video', 'final_video'].includes(taskObject.currentStage) && (
|
{['scene', 'character', 'video', 'final_video'].includes(taskObject.currentStage) && (
|
||||||
<div className={`h-14 absolute bottom-[0.5rem] left-[50%] translate-x-[-50%] z-[21]`}
|
<div className={`h-14 absolute bottom-[0.5rem] left-[50%] translate-x-[-50%] z-[21]`}
|
||||||
style={{
|
style={{
|
||||||
maxWidth: 'calc(100% - 5.5rem)'
|
maxWidth: 'calc(100% - 6rem)'
|
||||||
}}>
|
}}>
|
||||||
<ThumbnailGrid
|
<ThumbnailGrid
|
||||||
isDisabledFocus={isEditModalOpen || isPauseWorkFlow || isFocusChatInput}
|
isDisabledFocus={isEditModalOpen || isPauseWorkFlow || isFocusChatInput}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user