mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🚨
This commit is contained in:
parent
69068b0c78
commit
10f408513d
3 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import {showMessage} from "../../../../dialog/message";
|
||||
import {
|
||||
genCellValue,
|
||||
getTypeByCellElement, popTextCell,
|
||||
getTypeByCellElement,
|
||||
renderCell,
|
||||
renderCellAttr
|
||||
} from "../cell";
|
||||
|
|
|
@ -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>`;
|
||||
|
|
|
@ -6,7 +6,6 @@ import {
|
|||
addDragFill, genCellValue,
|
||||
genCellValueByElement,
|
||||
getTypeByCellElement,
|
||||
popTextCell,
|
||||
renderCell,
|
||||
renderCellAttr
|
||||
} from "./cell";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue