fix(plugin-workflow): ajdust style (#2934)
This commit is contained in:
parent
e1c30f25e2
commit
f771a476b2
@ -56,7 +56,7 @@ export function AddButton(props: AddButtonProps) {
|
|||||||
})),
|
})),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}, [instructionList]);
|
}, [branchIndex, instructionList, upstream, workflow]);
|
||||||
const resource = useMemo(() => {
|
const resource = useMemo(() => {
|
||||||
if (!workflow) {
|
if (!workflow) {
|
||||||
return null;
|
return null;
|
||||||
|
@ -185,14 +185,13 @@ const useStyles = createStyles(({ css, token }) => {
|
|||||||
|
|
||||||
.end-sign {
|
.end-sign {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-grow: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 6em;
|
height: 4em;
|
||||||
padding: 2em 0;
|
padding: 1em 0;
|
||||||
border-left: 1px dashed ${token.colorBgLayout};
|
border-left: 1px dashed ${token.colorBgLayout};
|
||||||
|
|
||||||
.anticon {
|
.anticon {
|
||||||
|
Loading…
Reference in New Issue
Block a user