mirror of https://github.com/langgenius/dify.git
fix: modal style (#30308)
Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: WTW0313 <twwu@dify.ai> Co-authored-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
This commit is contained in:
parent
df1715a152
commit
d3223c6b59
|
|
@ -140,10 +140,10 @@ const VibePanel: FC = () => {
|
|||
isShow={showVibePanel}
|
||||
onClose={handleClose}
|
||||
className="min-w-[1140px] !p-0"
|
||||
wrapperClassName="z-[900]"
|
||||
clickOutsideNotClose
|
||||
>
|
||||
<div className="flex h-[680px] flex-wrap">
|
||||
<div className="h-full w-[570px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
||||
<div className="h-full w-[300px] shrink-0 overflow-y-auto border-r border-divider-regular p-6">
|
||||
<div className="mb-5">
|
||||
<div className="text-lg font-bold leading-[28px] text-text-primary">{t('app.gotoAnything.actions.vibeTitle')}</div>
|
||||
<div className="mt-1 text-[13px] font-normal text-text-tertiary">{t('app.gotoAnything.actions.vibeDesc')}</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue