mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
fix/tooltip and onboarding ui (#25451)
This commit is contained in:
@ -69,7 +69,7 @@ const Blocks = ({
|
||||
<Tooltip
|
||||
key={block.type}
|
||||
position='right'
|
||||
popupClassName='w-[200px]'
|
||||
popupClassName='w-[200px] rounded-xl'
|
||||
needsDelay={false}
|
||||
popupContent={(
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user