feat: harden CMPP delivery and platform workflows
This commit is contained in:
@@ -27,7 +27,7 @@ export function FileActions({ file }: FileActionsProps) {
|
||||
return (
|
||||
<span className="file-actions" onClick={(event) => event.stopPropagation()}>
|
||||
{isImageFile(file) ? (
|
||||
<Button icon={<Eye size={14} />} onClick={() => setPreviewOpen(true)} size="sm" variant="ghost">
|
||||
<Button className="file-action-preview" icon={<Eye size={14} />} onClick={() => setPreviewOpen(true)} size="sm" variant="ghost">
|
||||
预览
|
||||
</Button>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user