mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
86a7e82795
commit
942c21c404
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ export const renderKanban = async (options: {
|
|||
}
|
||||
}
|
||||
bodyHTML += `<div class="av__kanban-group${group.cardSize === 0 ? " av__kanban-group--small" : (group.cardSize === 2 ? " av__kanban-group--big" : "")}"${selectBg}>
|
||||
${getKanbanTitleHTML(group, group.cards.length)}
|
||||
${getKanbanTitleHTML(group, group.cardCount)}
|
||||
<div data-group-id="${group.id}" data-page-size="${group.pageSize}" data-dtype="${group.groupKey.type}" data-content="${Lute.EscapeHTMLStr(group.groupValue.text?.content)}" class="av__body">${getKanbanHTML(group)}</div>
|
||||
</div>`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue