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/documents/detail/completed/common/segment-index-tag.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/datasets/documents/detail/completed/common/segment-index-tag.tsx b/app/components/datasets/documents/detail/completed/common/segment-index-tag.tsx
index 8f30a55..436bfb3 100644
--- a/app/components/datasets/documents/detail/completed/common/segment-index-tag.tsx
+++ b/app/components/datasets/documents/detail/completed/common/segment-index-tag.tsx
@@ -27,8 +27,8 @@
}, [positionId, labelPrefix])
return (
<div className={cn('flex items-center', className)}>
- <Chunk className={cn('mr-0.5 h-3 w-3 p-[1px] text-text-tertiary', iconClassName)} />
- <div className={cn('system-xs-medium text-text-tertiary', labelClassName)}>
+ <Chunk className={cn('w-3 h-3 p-[1px] text-text-tertiary mr-0.5', iconClassName)} />
+ <div className={cn('text-text-tertiary system-xs-medium', labelClassName)}>
{label || localPositionId}
</div>
</div>
--
Gitblit v1.8.0