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/create/website/jina-reader/base/checkbox-with-label.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/datasets/create/website/jina-reader/base/checkbox-with-label.tsx b/app/components/datasets/create/website/jina-reader/base/checkbox-with-label.tsx
index 3ec1375..25d40fe 100644
--- a/app/components/datasets/create/website/jina-reader/base/checkbox-with-label.tsx
+++ b/app/components/datasets/create/website/jina-reader/base/checkbox-with-label.tsx
@@ -23,9 +23,9 @@
   tooltip,
 }) => {
   return (
-    <label className={cn(className, 'flex h-7 items-center space-x-2')}>
+    <label className={cn(className, 'flex items-center h-7 space-x-2')}>
       <Checkbox checked={isChecked} onCheck={() => onChange(!isChecked)} />
-      <div className={cn('text-sm font-normal text-gray-800', labelClassName)}>{label}</div>
+      <div className={cn(labelClassName, 'text-sm font-normal text-gray-800')}>{label}</div>
       {tooltip && (
         <Tooltip
           popupContent={

--
Gitblit v1.8.0