fix(plugin-workflow): ajdust style (#2934)

This commit is contained in:
Junyi 2023-10-29 13:24:05 +08:00 committed by GitHub
parent e1c30f25e2
commit f771a476b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -56,7 +56,7 @@ export function AddButton(props: AddButtonProps) {
})),
};
});
}, [instructionList]);
}, [branchIndex, instructionList, upstream, workflow]);
const resource = useMemo(() => {
if (!workflow) {
return null;

View File

@ -185,14 +185,13 @@ const useStyles = createStyles(({ css, token }) => {
.end-sign {
position: relative;
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 0;
height: 6em;
padding: 2em 0;
height: 4em;
padding: 1em 0;
border-left: 1px dashed ${token.colorBgLayout};
.anticon {