Marker clusters (draft)

This commit is contained in:
2024-11-29 11:41:05 +01:00
parent 381c3bfe69
commit e865ada571
9 changed files with 27 additions and 16 deletions

View File

@@ -96,7 +96,7 @@ export class Finding {
this.biblioElements.push(`
<div class="p-2 mt-2" id="ref-${biblio.id}">
<p>${biblio.reference}</p>
<p class="p-3">${biblio.reference}</p>
</div>
`);
});

View File

@@ -66,7 +66,7 @@ export class NotConservedSheet {
this.biblioElements.push(`
<div class="p-2 mt-2" id="ref-${record.id}">
<p>${record.reference}</p>
<p class="p-3">${record.reference}</p>
</div>
`
);

View File

@@ -106,7 +106,7 @@ export class SiteSheet {
this.biblioElements.push(`
<div class="p-2 mt-2" id="ref-${record.id}">
<p>${record.reference}</p>
<p class="p-3">${record.reference}</p>
</div>
`
);