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/datasets/create/stop-embedding-modal/index.tsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/components/datasets/create/stop-embedding-modal/index.tsx b/app/components/datasets/create/stop-embedding-modal/index.tsx index 9d29187..929b581 100644 --- a/app/components/datasets/create/stop-embedding-modal/index.tsx +++ b/app/components/datasets/create/stop-embedding-modal/index.tsx @@ -35,7 +35,7 @@ <div className={s.title}>{t('datasetCreation.stepThree.modelTitle')}</div> <div className={s.content}>{t('datasetCreation.stepThree.modelContent')}</div> <div className='flex flex-row-reverse'> - <Button className='ml-2 w-24' variant='primary' onClick={submit}>{t('datasetCreation.stepThree.modelButtonConfirm')}</Button> + <Button className='w-24 ml-2' variant='primary' onClick={submit}>{t('datasetCreation.stepThree.modelButtonConfirm')}</Button> <Button className='w-24' onClick={onHide}>{t('datasetCreation.stepThree.modelButtonCancel')}</Button> </div> </Modal> -- Gitblit v1.8.0