取消名称显示
This commit is contained in:
parent
a425f3857f
commit
ac8ce23fe6
@ -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>
|
||||
)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user