首页工作流卡片名称完整展示(换行),不再省略号截断

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-08-21 14:57:54 +08:00
co-authored by Claude
parent e596c9b5ae
commit 73036038fd
+3 -3
View File
@@ -210,12 +210,12 @@ onMounted(() => {
}
.wf-card-name {
flex: 1;
min-width: 0;
font-size: 15px;
font-weight: 600;
color: #1e293b;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1.4;
word-break: break-word;
}
.wf-card-tag {
font-size: 10px;