fix(nc-gui): row height issue if barcode qrcode field is present

This commit is contained in:
Ramesh Mane
2025-01-20 10:45:13 +00:00
parent 47929122fe
commit 7839fa8c4a
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ const height = computed(() => {
return '1.8rem'
}
return `${rowHeight.value === 1 ? rowHeightInPx['1']! - 4 : rowHeightInPx[`${rowHeight}`]! - 20}px`
return `${rowHeight.value === 1 ? rowHeightInPx['1']! - 4 : rowHeightInPx[`${rowHeight.value}`]! - 20}px`
})
const cellIcon = (column: ColumnType) =>