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/common/chunking-mode-label.tsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/datasets/common/chunking-mode-label.tsx b/app/components/datasets/common/chunking-mode-label.tsx index ced0f44..7c6e924 100644 --- a/app/components/datasets/common/chunking-mode-label.tsx +++ b/app/components/datasets/common/chunking-mode-label.tsx @@ -19,8 +19,8 @@ return ( <Badge> - <div className='flex h-full items-center space-x-0.5 text-text-tertiary'> - <TypeIcon className='h-3 w-3' /> + <div className='flex items-center h-full space-x-0.5 text-text-tertiary'> + <TypeIcon className='w-3 h-3' /> <span className='system-2xs-medium-uppercase'>{isGeneralMode ? `${t('dataset.chunkingMode.general')}${isQAMode ? ' 路 QA' : ''}` : t('dataset.chunkingMode.parentChild')}</span> </div> </Badge> -- Gitblit v1.8.0