forked from 77media/video-flow
feat:按钮隐藏
This commit is contained in:
parent
bb489b107b
commit
032e07d72e
@ -375,7 +375,7 @@ export default function CreateToVideo2() {
|
||||
{(project.final_video_url || project.final_simple_video_url) && (
|
||||
<div className="absolute top-1 right-1 flex items-center gap-1">
|
||||
{/* 转发按钮 */}
|
||||
<Tooltip placement="top" title="Share">
|
||||
{/* <Tooltip placement="top" title="Share">
|
||||
<Button
|
||||
size="small"
|
||||
type="text"
|
||||
@ -384,7 +384,7 @@ export default function CreateToVideo2() {
|
||||
>
|
||||
<Send className="w-4 h-4 text-white" />
|
||||
</Button>
|
||||
</Tooltip>
|
||||
</Tooltip> */}
|
||||
{/* 下载按钮 */}
|
||||
<Tooltip placement="top" title="Download">
|
||||
<Button size="small" type="text" disabled={isLoadingDownloadBtn} className="w-[2.5rem] h-[2.5rem] rounded-full items-center justify-center p-0 hidden group-hover:flex transition-all duration-300 hover:bg-white/15" onClick={(e) => handleDownloadClick(e, project)}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user