This commit is contained in:
Vanessa 2023-09-22 20:40:28 +08:00
parent 643d5e82c5
commit a55b980512
4 changed files with 59 additions and 46 deletions

View file

@ -103,7 +103,7 @@ style="width: ${column.width || "200px"}">${getCalcValue(column) || '<svg><use x
if (item.type === "image") {
text += `<img class="av__cellassetimg" src="${item.content}">`;
} else {
text += `<span class="b3-chip b3-chip--middle" data-url="${item.content}">${item.name}</span>`;
text += `<span class="b3-chip b3-chip--middle av__celltext--url" data-url="${item.content}">${item.name}</span>`;
}
});
if (!text) {