Просмотр исходного кода

optimize close action on about page (#24342)

tags/1.8.0
lxsummer 2 месяцев назад
Родитель
Сommit
e7833b42cd
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 4 добавлений и 4 удалений
  1. 4
    4
      web/app/components/header/account-about/index.tsx

+ 4
- 4
web/app/components/header/account-about/index.tsx Просмотреть файл

import type { LangGeniusVersionResponse } from '@/models/common' import type { LangGeniusVersionResponse } from '@/models/common'
import { IS_CE_EDITION } from '@/config' import { IS_CE_EDITION } from '@/config'
import DifyLogo from '@/app/components/base/logo/dify-logo' import DifyLogo from '@/app/components/base/logo/dify-logo'
import { noop } from 'lodash-es'
import { useGlobalPublicStore } from '@/context/global-public-context' import { useGlobalPublicStore } from '@/context/global-public-context'


type IAccountSettingProps = { type IAccountSettingProps = {
return ( return (
<Modal <Modal
isShow isShow
onClose={noop}
onClose={onCancel}
className='!w-[480px] !max-w-[480px] !px-6 !py-4' className='!w-[480px] !max-w-[480px] !px-6 !py-4'
> >
<div>
<div className='absolute right-4 top-4 flex h-8 w-8 cursor-pointer items-center justify-center' onClick={onCancel}>
<div className='relative'>
<div className='absolute right-0 top-0 flex h-8 w-8 cursor-pointer items-center justify-center' onClick={onCancel}>
<RiCloseLine className='h-4 w-4 text-text-tertiary' /> <RiCloseLine className='h-4 w-4 text-text-tertiary' />
</div> </div>
<div className='flex flex-col items-center gap-4 py-8'> <div className='flex flex-col items-center gap-4 py-8'>

Загрузка…
Отмена
Сохранить