diff --git a/web/app/components/app/app-publisher/index.tsx b/web/app/components/app/app-publisher/index.tsx index 7e4c584257..da7f9b56a2 100644 --- a/web/app/components/app/app-publisher/index.tsx +++ b/web/app/components/app/app-publisher/index.tsx @@ -235,7 +235,6 @@ const AppPublisher = ({ onClose={() => setEmbeddingModalOpen(false)} appBaseUrl={appBaseURL} accessToken={accessToken} - className='z-50' /> ) diff --git a/web/app/components/app/configuration/dataset-config/params-config/index.tsx b/web/app/components/app/configuration/dataset-config/params-config/index.tsx index a7b6a08e7a..9d9eac2a66 100644 --- a/web/app/components/app/configuration/dataset-config/params-config/index.tsx +++ b/web/app/components/app/configuration/dataset-config/params-config/index.tsx @@ -84,7 +84,6 @@ const ParamsConfig: FC = () => { setOpen(false) }} className='sm:min-w-[528px]' - wrapperClassName='z-50' title={t('appDebug.datasetConfig.settingTitle')} > = ({ isShow={isShow} onClose={onHide} className='!p-8 !pb-6 !mt-14 !max-w-none !w-[640px]' - wrapperClassName='!z-50' >
{t(`appAnnotation.initSetup.${isInit ? 'title' : 'configTitle'}`)} diff --git a/web/app/components/base/drawer/index.tsx b/web/app/components/base/drawer/index.tsx index 467c8253b9..de46ac69f8 100644 --- a/web/app/components/base/drawer/index.tsx +++ b/web/app/components/base/drawer/index.tsx @@ -14,7 +14,6 @@ export type IDrawerProps = { mask?: boolean positionCenter?: boolean isOpen: boolean - // closable: boolean showClose?: boolean clickOutsideNotOpen?: boolean onClose: () => void diff --git a/web/app/components/base/modal/delete-confirm-modal/index.tsx b/web/app/components/base/modal/delete-confirm-modal/index.tsx index f2c5a30336..5f492bedfc 100644 --- a/web/app/components/base/modal/delete-confirm-modal/index.tsx +++ b/web/app/components/base/modal/delete-confirm-modal/index.tsx @@ -2,7 +2,6 @@ import type { FC } from 'react' import React from 'react' import { useTranslation } from 'react-i18next' -import cn from 'classnames' import s from './style.module.css' import Modal from '@/app/components/base/modal' import Button from '@/app/components/base/button' @@ -31,8 +30,7 @@ const DeleteConfirmModal: FC = ({
{ diff --git a/web/app/components/base/modal/index.css b/web/app/components/base/modal/index.css index b1b4648be6..799b375168 100644 --- a/web/app/components/base/modal/index.css +++ b/web/app/components/base/modal/index.css @@ -1,5 +1,5 @@ .modal-dialog { - @apply relative z-10; + @apply relative z-50; } .modal-panel { diff --git a/web/app/components/datasets/documents/rename-modal.tsx b/web/app/components/datasets/documents/rename-modal.tsx index a47d47e4b3..545c786258 100644 --- a/web/app/components/datasets/documents/rename-modal.tsx +++ b/web/app/components/datasets/documents/rename-modal.tsx @@ -57,7 +57,6 @@ const RenameModal: FC = ({ title={t('datasetDocuments.list.table.rename')} isShow onClose={onClose} - wrapperClassName='!z-50' >
{t('datasetDocuments.list.table.name')}
= ({ title={t('common.chat.renameConversation')} isShow={isShow} onClose={onClose} - wrapperClassName='!z-50' >
{t('common.chat.conversationName')}
= ({ return (