fix(web): @mention 下拉资源名称完整显示

resource-name 改为不收缩、不截断,由描述让位并按需省略号,
确保知识库及其余资源类型的名称始终完整展示
This commit is contained in:
Wenjie Zhang 2026-06-05 01:29:46 +08:00
parent a5663a8bb2
commit 8d3927629c

View File

@ -1530,10 +1530,7 @@ defineExpose({
.resource-name {
color: var(--gray-800);
font-weight: 500;
flex: 0 1 auto;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
flex: 0 0 auto;
white-space: nowrap;
}