fix: 调整知识库与工作流卡片信息布局

- 将发布状态移动到可见范围下方,释放标题空间

- 修正知识库卡片标题左对齐
This commit is contained in:
2026-07-30 16:20:39 +08:00
parent 57bd7b5d06
commit 5dbb46ef8f
4 changed files with 27 additions and 3 deletions

View File

@@ -456,6 +456,7 @@ function resolveMetaItems(item: any) {
}
.title-row--stacked .card-title {
align-self: flex-start;
max-width: 100%;
}