mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 00:55:53 +08:00
Fix: picture of workflow (#3241)
This commit is contained in:
parent
f599f41336
commit
5c98260cec
@ -333,7 +333,7 @@ const AppInfo = ({ expand }: IAppInfoProps) => {
|
|||||||
)}/>
|
)}/>
|
||||||
<div className='px-4 pb-2'>
|
<div className='px-4 pb-2'>
|
||||||
<div className='flex items-center gap-1 text-gray-700 text-md leading-6 font-semibold'>
|
<div className='flex items-center gap-1 text-gray-700 text-md leading-6 font-semibold'>
|
||||||
{t('app.newApp.advanced')}
|
{showSwitchTip === 'chat' ? t('app.newApp.advanced') : t('app.types.workflow')}
|
||||||
<span className='px-1 rounded-[5px] bg-white border border-black/8 text-gray-500 text-[10px] leading-[18px] font-medium'>BETA</span>
|
<span className='px-1 rounded-[5px] bg-white border border-black/8 text-gray-500 text-[10px] leading-[18px] font-medium'>BETA</span>
|
||||||
</div>
|
</div>
|
||||||
<div className='text-orange-500 text-xs leading-[18px] font-medium'>{t('app.newApp.advancedFor').toLocaleUpperCase()}</div>
|
<div className='text-orange-500 text-xs leading-[18px] font-medium'>{t('app.newApp.advancedFor').toLocaleUpperCase()}</div>
|
||||||
|
@ -243,7 +243,7 @@ const CreateAppModal = ({ show, onSuccess, onClose }: CreateAppDialogProps) => {
|
|||||||
'hidden z-20 absolute right-[26px] top-[-158px] w-[376px] rounded-xl bg-white border-[0.5px] border-[rgba(0,0,0,0.05)] shadow-lg group-hover:block',
|
'hidden z-20 absolute right-[26px] top-[-158px] w-[376px] rounded-xl bg-white border-[0.5px] border-[rgba(0,0,0,0.05)] shadow-lg group-hover:block',
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<div className={cn('w-full h-[256px] bg-center bg-no-repeat bg-contain rounded-xl', s.basicPic)}/>
|
<div className={cn('w-full h-[256px] bg-center bg-no-repeat bg-contain rounded-xl', s.advancedPic)}/>
|
||||||
<div className='px-4 pb-2'>
|
<div className='px-4 pb-2'>
|
||||||
<div className='flex items-center justify-between'>
|
<div className='flex items-center justify-between'>
|
||||||
<div className='flex items-center'>
|
<div className='flex items-center'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user