mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
enhance the custom note
This commit is contained in:
parent
74f58f29f9
commit
97cfb65630
|
@ -81,7 +81,6 @@ const NoteNode = ({
|
||||||
nodeData={data}
|
nodeData={data}
|
||||||
icon={<Icon />}
|
icon={<Icon />}
|
||||||
minWidth={240}
|
minWidth={240}
|
||||||
maxWidth={640}
|
|
||||||
minHeight={88}
|
minHeight={88}
|
||||||
/>
|
/>
|
||||||
<div className='shrink-0 h-2 opacity-50 rounded-t-md' style={{ background: THEME_MAP[theme].title }}></div>
|
<div className='shrink-0 h-2 opacity-50 rounded-t-md' style={{ background: THEME_MAP[theme].title }}></div>
|
||||||
|
|
|
@ -16,3 +16,7 @@
|
||||||
border: 1px solid #528BFF;
|
border: 1px solid #528BFF;
|
||||||
background: rgba(21, 94, 239, 0.05);
|
background: rgba(21, 94, 239, 0.05);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workflow-container .react-flow__node-custom-note {
|
||||||
|
z-index: -1000 !important;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user