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/base/chat/chat/citation/tooltip.tsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/base/chat/chat/citation/tooltip.tsx b/app/components/base/chat/chat/citation/tooltip.tsx
index 8d58e9a..794b22b 100644
--- a/app/components/base/chat/chat/citation/tooltip.tsx
+++ b/app/components/base/chat/chat/citation/tooltip.tsx
@@ -29,13 +29,13 @@
onMouseEnter={() => setOpen(true)}
onMouseLeave={() => setOpen(false)}
>
- <div className='mr-6 flex items-center'>
+ <div className='flex items-center mr-6'>
{icon}
{data}
</div>
</PortalToFollowElemTrigger>
<PortalToFollowElemContent style={{ zIndex: 1001 }}>
- <div className='system-xs-medium rounded-lg bg-components-tooltip-bg p-3 text-text-quaternary shadow-lg'>
+ <div className='p-3 bg-white text-xs font-medium text-gray-500 rounded-lg shadow-lg'>
{text} {data}
</div>
</PortalToFollowElemContent>
--
Gitblit v1.8.0