fix(plugin-workflow): fix canvas style (#2959)

This commit is contained in:
Junyi 2023-11-03 21:13:43 +08:00 committed by GitHub
parent 1f9dae6ebd
commit 98d8ddc43e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,14 @@ export function CanvasContent({ entry }) {
>
<div className={styles.branchClass}>
{workflow?.executed ? (
<Alert type="warning" message={lang('Executed workflow cannot be modified')} showIcon />
<Alert
type="warning"
message={lang('Executed workflow cannot be modified')}
showIcon
className={css`
margin-bottom: 1em;
`}
/>
) : null}
<TriggerConfig />
<div