From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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