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} ) })