取消名称显示

This commit is contained in:
xixi 2024-08-02 09:23:23 +08:00
parent a425f3857f
commit ac8ce23fe6

View File

@ -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}
</div>
)
})