mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:55:33 +00:00
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(() => {
|
||||
if (!workflow) {
|
||||
return null;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user