mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-10 22:23:28 +08:00
This commit is contained in:
parent
f6f5e6e2d3
commit
2dbd0bfecd
@ -68,7 +68,7 @@ ${column.wrap ? "" : "white-space: nowrap;"}">
|
||||
text = "<span class=\"av__celltext\"></span>";
|
||||
}
|
||||
} 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>`;
|
||||
});
|
||||
} else if (cell.valueType === "date") {
|
||||
|
Loading…
Reference in New Issue
Block a user