首页工作流卡片名称完整展示(换行),不再省略号截断
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user