diff --git a/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx b/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx index aae54bf497..2faae8c45e 100644 --- a/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx +++ b/web/app/components/app/annotation/batch-add-annotation-modal/index.tsx @@ -87,7 +87,7 @@ const BatchModal: FC = ({ } return ( - { }} wrapperClassName='!z-[20]' className='px-8 py-6 !max-w-[520px] !rounded-xl'> + { }} className='px-8 py-6 !max-w-[520px] !rounded-xl'>
{t('appAnnotation.batchModal.title')}
diff --git a/web/app/components/app/configuration/config-prompt/conversation-histroy/edit-modal.tsx b/web/app/components/app/configuration/config-prompt/conversation-histroy/edit-modal.tsx index aad3d4e930..226732d03d 100644 --- a/web/app/components/app/configuration/config-prompt/conversation-histroy/edit-modal.tsx +++ b/web/app/components/app/configuration/config-prompt/conversation-histroy/edit-modal.tsx @@ -27,7 +27,6 @@ const EditModal: FC = ({ title={t('appDebug.feature.conversationHistory.editModal.title')} isShow={isShow} onClose={onClose} - wrapperClassName='!z-[101]' >
{t('appDebug.feature.conversationHistory.editModal.userPrefix')}
= ({ title={t(`appDebug.variableConig.${isCreate ? 'addModalTitle' : 'editModalTitle'}`)} isShow={isShow} onClose={onClose} - wrapperClassName='!z-[100]' >
diff --git a/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx b/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx index 0bba98b070..1bcc742317 100644 --- a/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx +++ b/web/app/components/app/configuration/dataset-config/select-dataset/index.tsx @@ -94,7 +94,6 @@ const SelectDataSet: FC = ({ isShow={isShow} onClose={onClose} className='w-[400px]' - wrapperClassName='!z-[101]' title={t('appDebug.feature.dataSet.selectTitle')} > {!loaded && ( diff --git a/web/app/components/app/configuration/tools/external-data-tool-modal.tsx b/web/app/components/app/configuration/tools/external-data-tool-modal.tsx index 6a6e355956..da68ad93ea 100644 --- a/web/app/components/app/configuration/tools/external-data-tool-modal.tsx +++ b/web/app/components/app/configuration/tools/external-data-tool-modal.tsx @@ -186,7 +186,6 @@ const ExternalDataToolModal: FC = ({ { }} - wrapperClassName='z-[101]' className='!p-8 !pb-6 !max-w-none !w-[640px]' >
@@ -287,7 +286,6 @@ const ExternalDataToolModal: FC = ({ { showEmojiPicker && ( { handleValueChange({ icon, icon_background }) setShowEmojiPicker(false) diff --git a/web/app/components/app/create-app-modal/index.tsx b/web/app/components/app/create-app-modal/index.tsx index 1841a8cd73..8973958de4 100644 --- a/web/app/components/app/create-app-modal/index.tsx +++ b/web/app/components/app/create-app-modal/index.tsx @@ -83,7 +83,6 @@ const CreateAppModal = ({ show, onSuccess, onClose }: CreateAppDialogProps) => { return ( {}} diff --git a/web/app/components/app/create-from-dsl-modal/index.tsx b/web/app/components/app/create-from-dsl-modal/index.tsx index 2c8f1bcc5e..f2cf6b97b9 100644 --- a/web/app/components/app/create-from-dsl-modal/index.tsx +++ b/web/app/components/app/create-from-dsl-modal/index.tsx @@ -78,7 +78,6 @@ const CreateFromDSLModal = ({ show, onSuccess, onClose }: CreateFromDSLModalProp return ( {}} diff --git a/web/app/components/app/switch-app-modal/index.tsx b/web/app/components/app/switch-app-modal/index.tsx index af8b465b51..e1bf3eb7ab 100644 --- a/web/app/components/app/switch-app-modal/index.tsx +++ b/web/app/components/app/switch-app-modal/index.tsx @@ -87,7 +87,6 @@ const SwitchAppModal = ({ show, appDetail, inAppDetail = false, onSuccess, onClo return ( <> {}} diff --git a/web/app/components/base/emoji-picker/index.tsx b/web/app/components/base/emoji-picker/index.tsx index 4044befd30..b3a0605829 100644 --- a/web/app/components/base/emoji-picker/index.tsx +++ b/web/app/components/base/emoji-picker/index.tsx @@ -86,7 +86,7 @@ const EmojiPicker: FC = ({ onClose={() => { }} isShow closable={false} - wrapperClassName={`!z-50 ${className}`} + wrapperClassName={className} className={cn(s.container, '!w-[362px] !p-0')} >
diff --git a/web/app/components/base/tag-management/index.tsx b/web/app/components/base/tag-management/index.tsx index 5509a3e219..516c8e9990 100644 --- a/web/app/components/base/tag-management/index.tsx +++ b/web/app/components/base/tag-management/index.tsx @@ -60,7 +60,6 @@ const TagManagementModal = ({ show, type }: TagManagementModalProps) => { return ( setShowTagManagementModal(false)} diff --git a/web/app/components/base/tag-management/tag-remove-modal.tsx b/web/app/components/base/tag-management/tag-remove-modal.tsx index 13400a074b..a6ef5c2834 100644 --- a/web/app/components/base/tag-management/tag-remove-modal.tsx +++ b/web/app/components/base/tag-management/tag-remove-modal.tsx @@ -21,7 +21,6 @@ const TagRemoveModal = ({ show, tag, onConfirm, onClose }: TagRemoveModalProps) return ( {}} diff --git a/web/app/components/datasets/hit-testing/index.tsx b/web/app/components/datasets/hit-testing/index.tsx index 4a815302ca..bff13314b0 100644 --- a/web/app/components/datasets/hit-testing/index.tsx +++ b/web/app/components/datasets/hit-testing/index.tsx @@ -195,7 +195,6 @@ const HitTesting: FC = ({ datasetId }: Props) => { setCurrParagraph({ showModal: false })} isShow={currParagraph.showModal} diff --git a/web/app/components/datasets/rename-modal/index.tsx b/web/app/components/datasets/rename-modal/index.tsx index 4245b3112f..9914b026ca 100644 --- a/web/app/components/datasets/rename-modal/index.tsx +++ b/web/app/components/datasets/rename-modal/index.tsx @@ -56,7 +56,6 @@ const RenameDatasetModal = ({ show, dataset, onSuccess, onClose }: RenameDataset return ( {}} diff --git a/web/app/components/explore/create-app-modal/index.tsx b/web/app/components/explore/create-app-modal/index.tsx index 62bb7f8217..66bfe65595 100644 --- a/web/app/components/explore/create-app-modal/index.tsx +++ b/web/app/components/explore/create-app-modal/index.tsx @@ -64,7 +64,6 @@ const CreateAppModal = ({ {}} - wrapperClassName='z-40' className='relative !max-w-[480px] px-8' >
diff --git a/web/app/components/header/account-setting/account-page/index.tsx b/web/app/components/header/account-setting/account-page/index.tsx index b437853b73..14a2f9e89c 100644 --- a/web/app/components/header/account-setting/account-page/index.tsx +++ b/web/app/components/header/account-setting/account-page/index.tsx @@ -168,7 +168,6 @@ export default function AccountPage() { isShow onClose={() => setEditNameModalVisible(false)} className={s.modal} - wrapperClassName='z-20' >
{t('common.account.editName')}
{t('common.account.name')}
@@ -198,7 +197,6 @@ export default function AccountPage() { resetPasswordForm() }} className={s.modal} - wrapperClassName='z-20' >
{userProfile.is_password_set ? t('common.account.resetPassword') : t('common.account.setPassword')}
{userProfile.is_password_set && ( diff --git a/web/app/components/header/account-setting/api-based-extension-page/modal.tsx b/web/app/components/header/account-setting/api-based-extension-page/modal.tsx index f152a737cf..870d49bf9e 100644 --- a/web/app/components/header/account-setting/api-based-extension-page/modal.tsx +++ b/web/app/components/header/account-setting/api-based-extension-page/modal.tsx @@ -75,7 +75,6 @@ const ApiBasedExtensionModal: FC = ({ { }} - wrapperClassName='!z-[103]' className='!p-8 !pb-6 !max-w-none !w-[640px]' >
diff --git a/web/app/components/header/account-setting/index.tsx b/web/app/components/header/account-setting/index.tsx index d0f5db243a..21ec0afddd 100644 --- a/web/app/components/header/account-setting/index.tsx +++ b/web/app/components/header/account-setting/index.tsx @@ -157,7 +157,7 @@ export default function AccountSetting({ isShow onClose={() => { }} className={s.modal} - wrapperClassName='!z-20 pt-[60px]' + wrapperClassName='pt-[60px]' >
diff --git a/web/app/components/header/account-setting/members-page/invite-modal/index.tsx b/web/app/components/header/account-setting/members-page/invite-modal/index.tsx index 66830ab795..50b3bcf84b 100644 --- a/web/app/components/header/account-setting/members-page/invite-modal/index.tsx +++ b/web/app/components/header/account-setting/members-page/invite-modal/index.tsx @@ -70,7 +70,7 @@ const InviteModal = ({ return (
- {}} className={cn(s.modal)} wrapperClassName='z-20'> + {}} className={cn(s.modal)}>
{t('common.members.inviteTeamMember')}
diff --git a/web/app/components/header/account-setting/members-page/invited-modal/index.tsx b/web/app/components/header/account-setting/members-page/invited-modal/index.tsx index ed6b211978..d150900e93 100644 --- a/web/app/components/header/account-setting/members-page/invited-modal/index.tsx +++ b/web/app/components/header/account-setting/members-page/invited-modal/index.tsx @@ -28,7 +28,7 @@ const InvitedModal = ({ return (
- {}} className={s.modal} wrapperClassName='z-20'> + {}} className={s.modal}>
diff --git a/web/app/components/tools/workflow-tool/confirm-modal/index.tsx b/web/app/components/tools/workflow-tool/confirm-modal/index.tsx index 04338547e9..7c0c0d9a33 100644 --- a/web/app/components/tools/workflow-tool/confirm-modal/index.tsx +++ b/web/app/components/tools/workflow-tool/confirm-modal/index.tsx @@ -19,7 +19,6 @@ const ConfirmModal = ({ show, onConfirm, onClose }: ConfirmModalProps) => { return ( {}} diff --git a/web/app/components/workflow/nodes/parameter-extractor/components/extract-parameter/update.tsx b/web/app/components/workflow/nodes/parameter-extractor/components/extract-parameter/update.tsx index 4756194313..1610704c67 100644 --- a/web/app/components/workflow/nodes/parameter-extractor/components/extract-parameter/update.tsx +++ b/web/app/components/workflow/nodes/parameter-extractor/components/extract-parameter/update.tsx @@ -132,7 +132,6 @@ const AddExtractParameter: FC = ({ isShow onClose={hideModal} className='!w-[400px] !max-w-[400px] !p-4' - wrapperClassName='!z-[100]' >