mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 04:26:30 +08:00
Co-authored-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
This commit is contained in:
parent
b7bdd5920b
commit
bb157c93a3
@ -53,7 +53,7 @@ const Popup: FC<PopupProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
</PortalToFollowElemTrigger>
|
</PortalToFollowElemTrigger>
|
||||||
<PortalToFollowElemContent style={{ zIndex: 1000 }}>
|
<PortalToFollowElemContent style={{ zIndex: 1000 }}>
|
||||||
<div className='max-w-[360px] rounded-xl bg-background-section-burn shadow-lg'>
|
<div className='max-w-[360px] rounded-xl bg-background-section-burn shadow-lg backdrop-blur-[5px]'>
|
||||||
<div className='px-4 pb-2 pt-3'>
|
<div className='px-4 pb-2 pt-3'>
|
||||||
<div className='flex h-[18px] items-center'>
|
<div className='flex h-[18px] items-center'>
|
||||||
<FileIcon type={fileType} className='mr-1 h-4 w-4 shrink-0' />
|
<FileIcon type={fileType} className='mr-1 h-4 w-4 shrink-0' />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user