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/document-picker/document-list.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/datasets/common/document-picker/document-list.tsx b/app/components/datasets/common/document-picker/document-list.tsx
index 5ac98b9..3e320d7 100644
--- a/app/components/datasets/common/document-picker/document-list.tsx
+++ b/app/components/datasets/common/document-picker/document-list.tsx
@@ -27,11 +27,11 @@
return (
<div
key={id}
- className='flex h-8 cursor-pointer items-center space-x-2 rounded-lg px-2 hover:bg-state-base-hover'
+ className='flex items-center h-8 px-2 hover:bg-state-base-hover rounded-lg space-x-2 cursor-pointer'
onClick={handleChange(item)}
>
<FileIcon name={item.name} extension={extension} size='md' />
- <div className='truncate text-sm text-text-secondary'>{name}</div>
+ <div className='truncate text-text-secondary text-sm'>{name}</div>
</div>
)
})}
--
Gitblit v1.8.0