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/website/jina-reader/base/options-wrap.tsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx b/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx index a5fa687..652401a 100644 --- a/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx +++ b/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx @@ -34,14 +34,14 @@ return ( <div className={cn(className, !fold ? 'mb-0' : 'mb-3')}> <div - className='flex h-[26px] cursor-pointer select-none items-center justify-between py-1' + className='flex justify-between items-center h-[26px] py-1 cursor-pointer select-none' onClick={foldToggle} > <div className='flex items-center text-gray-700'> - <Settings04 className='mr-1 h-4 w-4' /> - <div className='text-[13px] font-semibold uppercase text-gray-800'>{t(`${I18N_PREFIX}.options`)}</div> + <Settings04 className='mr-1 w-4 h-4' /> + <div className='text-[13px] font-semibold text-gray-800 uppercase'>{t(`${I18N_PREFIX}.options`)}</div> </div> - <ChevronRight className={cn(!fold && 'rotate-90', 'h-4 w-4 text-gray-500')} /> + <ChevronRight className={cn(!fold && 'rotate-90', 'w-4 h-4 text-gray-500')} /> </div> {!fold && ( <div className='mb-4'> -- Gitblit v1.8.0