From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/base/features/new-feature-panel/annotation-reply/config-param-modal.tsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/base/features/new-feature-panel/annotation-reply/config-param-modal.tsx b/app/components/base/features/new-feature-panel/annotation-reply/config-param-modal.tsx index 33677f0..b16c724 100644 --- a/app/components/base/features/new-feature-panel/annotation-reply/config-param-modal.tsx +++ b/app/components/base/features/new-feature-panel/annotation-reply/config-param-modal.tsx @@ -77,9 +77,9 @@ <Modal isShow={isShow} onClose={onHide} - className='!mt-14 !w-[640px] !max-w-none !p-6' + className='!p-6 !mt-14 !max-w-none !w-[640px]' > - <div className='title-2xl-semi-bold mb-2 text-text-primary'> + <div className='mb-2 title-2xl-semibold text-text-primary'> {t(`appAnnotation.initSetup.${isInit ? 'title' : 'configTitle'}`)} </div> @@ -122,7 +122,7 @@ </Item> </div> - <div className='mt-6 flex justify-end gap-2'> + <div className='mt-6 flex gap-2 justify-end'> <Button onClick={onHide}>{t('common.operation.cancel')}</Button> <Button variant='primary' -- Gitblit v1.8.0