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/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