mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
This commit is contained in:
parent
f6f5e6e2d3
commit
2dbd0bfecd
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ ${column.wrap ? "" : "white-space: nowrap;"}">
|
||||||
text = "<span class=\"av__celltext\"></span>";
|
text = "<span class=\"av__celltext\"></span>";
|
||||||
}
|
}
|
||||||
} else if (cell.valueType === "mSelect") {
|
} else if (cell.valueType === "mSelect") {
|
||||||
cell.value.mSelect.forEach((item: { content: string, color: string }) => {
|
cell.value?.mSelect.forEach((item: { content: string, color: string }) => {
|
||||||
text += `<span class="av__celltext"><span class="b3-chip b3-chip--middle" style="background-color:var(--b3-font-background${item.color});color:var(--b3-font-color${item.color})">${item.content}</span></span>`;
|
text += `<span class="av__celltext"><span class="b3-chip b3-chip--middle" style="background-color:var(--b3-font-background${item.color});color:var(--b3-font-color${item.color})">${item.content}</span></span>`;
|
||||||
});
|
});
|
||||||
} else if (cell.valueType === "date") {
|
} else if (cell.valueType === "date") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue