From ac8ce23fe659b9cac25312d8c0675ca0e1f247cc Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Fri, 2 Aug 2024 09:23:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=90=8D=E7=A7=B0=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/route/index/Index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/route/index/Index.tsx b/src/route/index/Index.tsx index c50e939..48873f4 100644 --- a/src/route/index/Index.tsx +++ b/src/route/index/Index.tsx @@ -603,7 +603,7 @@ export default function Index() { style={{ background: authorId == item.projOwnerId ? '#FF9F08' : '', color: authorId == item.projOwnerId ? '#FFF' : '' }} title={item.name} // 添加 title 属性以显示完整文本 > - 名称:{item.name} + {item.name} ) })