mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🚨
This commit is contained in:
parent
69068b0c78
commit
10f408513d
3 changed files with 2 additions and 3 deletions
|
|
@ -225,7 +225,7 @@ ${cell.color ? `color:${cell.color};` : ""}">${renderCell(cell.value, rowIndex,
|
|||
};
|
||||
|
||||
export const getGroupTitleHTML = (group: IAVView, counter: number) => {
|
||||
let nameHTML = '';
|
||||
let nameHTML = "";
|
||||
if (["mSelect", "select"].includes(group.groupValue.type)) {
|
||||
group.groupValue.mSelect.forEach((item) => {
|
||||
nameHTML += `<span class="b3-chip" style="background-color:var(--b3-font-background${item.color});color:var(--b3-font-color${item.color})">${escapeHtml(item.content)}</span>`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue