mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
features
This commit is contained in:
@ -48,7 +48,7 @@ const BasePanel: FC<BasePanelProps> = ({
|
||||
}, [handleNodeDataUpdate, id, data])
|
||||
|
||||
return (
|
||||
<div className='mr-2 w-[420px] h-full bg-white shadow-lg border-[0.5px] border-gray-200 rounded-2xl overflow-y-auto'>
|
||||
<div className='w-[420px] h-full bg-white shadow-lg border-[0.5px] border-gray-200 rounded-2xl overflow-y-auto'>
|
||||
<div className='sticky top-0 bg-white border-b-[0.5px] border-black/5 z-10'>
|
||||
<div className='flex items-center px-4 pt-4 pb-1'>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user